[xoops-cvslog 3303] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 12日 (月) 02:03:51 JST


Index: xoops2jp/html/modules/base/admin/templates/module_list.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.7	Sun Jun 11 23:05:34 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._MI_BASE_MENU_MODULELIST}></h3>
 
-<div class="toptab">[ <a href="index.php?action=InstallList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=InstallList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a></li>
+</ul>
 
 <{if $actionForm->hasError()}>
   <ul class="error">
Index: xoops2jp/html/modules/base/admin/templates/block_list.html
diff -u xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.11 xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.12
--- xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.11	Mon Jun 12 01:54:00 2006
+++ xoops2jp/html/modules/base/admin/templates/block_list.html	Mon Jun 12 02:03:51 2006
@@ -9,10 +9,10 @@
   <{$smarty.const._AD_BASE_TIPS_ADD_CUSTOM_BLOCK}>
 </div>
 
-<div class="toptab">
-  [ <a href="index.php?action=BlockInstallList"><{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}></a> ]
-  [ <a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}></a> ]
-</div>
+<ul class="toptab">
+  <li><a href="index.php?action=BlockInstallList"><{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}></a></li>
+  <li><a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}></a></li>
+</ul>
 
 <{if $actionForm->hasError()}>
   <ul class="error">
Index: xoops2jp/html/modules/base/admin/templates/smiles_list.html
diff -u xoops2jp/html/modules/base/admin/templates/smiles_list.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/smiles_list.html:1.1.2.5
--- xoops2jp/html/modules/base/admin/templates/smiles_list.html:1.1.2.4	Thu Apr 13 00:11:19 2006
+++ xoops2jp/html/modules/base/admin/templates/smiles_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._MI_BASE_MENU_SMILES_MANAGE}></h3>
 
-<div class="toptab">[ <a href="index.php?action=SmilesEdit"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=SmilesEdit"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/image_list.html
diff -u xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.6	Wed May 17 12:09:48 2006
+++ xoops2jp/html/modules/base/admin/templates/image_list.html	Mon Jun 12 02:03:51 2006
@@ -6,7 +6,9 @@
 
 <h3><{$smarty.const._AD_BASE_LANG_IMAGE_LIST}> (<{$category->getVar('imgcat_name')}>)</h3>
 
-<div class="toptab">[ <a href="index.php?action=ImageEdit&amp;imgcat_id=<{$category->getVar('imgcat_id')}>"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=ImageEdit&amp;imgcat_id=<{$category->getVar('imgcat_id')}>"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/imagecategory_list.html
diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.6	Thu May 25 18:30:11 2006
+++ xoops2jp/html/modules/base/admin/templates/imagecategory_list.html	Mon Jun 12 02:03:51 2006
@@ -6,7 +6,9 @@
 
 <h3><{$smarty.const._AD_BASE_LANG_IMAGECATEGORY_LIST}></h3>
 
-<div class="toptab">[ <a href="index.php?action=ImagecategoryEdit"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=ImagecategoryEdit"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/blockinstall_list.html
diff -u xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.10
--- xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.9	Mon Jun 12 01:15:09 2006
+++ xoops2jp/html/modules/base/admin/templates/blockinstall_list.html	Mon Jun 12 02:03:51 2006
@@ -10,9 +10,9 @@
   <{$smarty.const._AD_BASE_TIPS_INSTALL_BLOCK}>
 </div>
 
-<div class="toptab">
-  [ <a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}></a> ]
-</div>
+<ul class="toptab">
+  <li><a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}></a></li>
+</ul>
 
 <table class="outer">
   <tr>


xoops-cvslog メーリングリストの案内
Back to archive index