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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 9月 20日 (水) 18:49:06 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.10 xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html:1.1.2.11
--- xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html:1.1.2.10	Sat Aug 19 17:27:51 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html	Wed Sep 20 18:49:06 2006
@@ -52,7 +52,13 @@
         <{/if}>
       </td>
       <td class="legacyRender_list_number"><{$obj->getShow('impmade')}></td>
-      <td class="legacyRender_list_number"><{$obj->getShow('clicks')}></td>
+      <td class="legacyRender_list_number">
+      <{if $obj->getShow('clickurl')}>
+        <{$obj->getShow('clicks')}>
+      <{else}>
+        --
+      <{/if}>
+      </td>
       <td class="legacyRender_list_date"><{$obj->get('date')|xoops_formattimestamp}></td>
       <td class="legacyRender_list_select"><{if $obj->getShow('htmlbanner') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td>
       <td class="legacyRender_list_control">


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