[xoops-cvslog 3494] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

Minahito minah****@users*****
2006年 7月 10日 (月) 20:02:55 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html:1.1.2.6 xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html:1.1.2.7
--- xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html:1.1.2.6	Mon Jul 10 16:25:23 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html	Mon Jul 10 20:02:55 2006
@@ -56,8 +56,8 @@
       <td><{$obj->get('date')|xoops_formattimestamp}></td>
       <td><{if $obj->getShow('htmlbanner') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td>
       <td>
-        <a href="./index.php?action=BannerEdit&amp;bid=<{$obj->get('bid')|escape}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
-        <a href="./index.php?action=BannerDelete&amp;bid=<{$obj->get('bid')|escape}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
+        <a href="./index.php?action=BannerEdit&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
+        <a href="./index.php?action=BannerDelete&amp;bid=<{$obj->getShow('bid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
       </td>
     </tr>
   <{/foreach}>


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