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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 10月 1日 (日) 21:18:17 JST


Index: xoops2jp/html/modules/base/admin/templates/image_list.html
diff -u xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.16 xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.17
--- xoops2jp/html/modules/base/admin/templates/image_list.html:1.1.2.16	Tue Sep 19 19:16:33 2006
+++ xoops2jp/html/modules/base/admin/templates/image_list.html	Sun Oct  1 21:18:17 2006
@@ -7,7 +7,7 @@
 <h3 class="admintitle"><{$smarty.const._AD_BASE_LANG_IMAGE_LIST}> (<{$category->getShow('imgcat_name')}>)</h3>
 
 <ul class="toptab">
-  <li><a href="index.php?action=ImageEdit&amp;imgcat_id=<{$category->getShow('imgcat_id')}>"><{$smarty.const._AD_BASE_LANG_CREATE_NEW}></a></li>
+  <li><a href="index.php?action=ImageEdit&amp;imgcat_id=<{$category->getShow('imgcat_id')}>"><{$smarty.const._AD_BASE_LANG_IMAGE_NEW}></a></li>
 </ul>
 
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/imagecategory_list.html
diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.13 xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.14
--- xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.13	Wed Sep 20 11:55:58 2006
+++ xoops2jp/html/modules/base/admin/templates/imagecategory_list.html	Sun Oct  1 21:18:17 2006
@@ -60,6 +60,7 @@
       <td class="base_list_number"><{$obj->getImageCount()|escape}></td>
       <td class="base_list_control">
         <a href="./index.php?action=ImageList&amp;imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_LIST}>" title="<{$smarty.const._AD_BASE_LANG_LIST}>" /></a>
+        <a href="./index.php?action=ImageEdit&amp;imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/add.gif"|theme}>" alt="<{$smarty.const._AD_BASE_LANG_IMAGE_NEW}>" title="<{$smarty.const._AD_BASE_LANG_IMAGE_NEW}>" /></a>
         <a href="./index.php?action=ImagecategoryEdit&amp;imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
         <a href="./index.php?action=ImagecategoryDelete&amp;imgcat_id=<{$obj->getShow('imgcat_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
       </td>


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