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

Back to archive index

Minahito minah****@users*****
2006年 7月 10日 (月) 16:25:23 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.5 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.5	Mon Jun 12 02:03:51 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/banner_list.html	Mon Jul 10 16:25:23 2006
@@ -5,7 +5,7 @@
 
 <h3><{$smarty.const._AD_LEGACYRENDER_LANG_BANNER_LIST}>
 <{if $currentClient}>
-  ( <{$currentClient->getVar('name')}> )
+  ( <{$currentClient->getShow('name')}> )
 <{/if}>
 </h3>
 
@@ -42,19 +42,19 @@
   </tr>
   <{foreach item=obj from=$objects}>
     <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
-      <td><{$obj->getVar('bid')}></td>
-      <td><{$obj->mClient->getVar('name')}></td>
+      <td><{$obj->getShow('bid')}></td>
+      <td><{$obj->mClient->getShow('name')}></td>
       <td>
         <{if $obj->get('imptotal') > 0}>
-          <{$obj->getVar('imptotal')}>
+          <{$obj->getShow('imptotal')}>
         <{else}>
           <{$smarty.const._AD_LEGACYRENDER_LANG_UN_LIMITED}>
         <{/if}>
       </td>
-      <td><{$obj->getVar('impmade')}></td>
-      <td><{$obj->getVar('clicks')}></td>
+      <td><{$obj->getShow('impmade')}></td>
+      <td><{$obj->getShow('clicks')}></td>
       <td><{$obj->get('date')|xoops_formattimestamp}></td>
-      <td><{if $obj->getVar('htmlbanner') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></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>


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