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

Back to archive index

Minahito minah****@users*****
2006年 3月 30日 (木) 23:55:52 JST


Index: xoops2jp/html/modules/base/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.9
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.8	Thu Mar 30 12:53:58 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Thu Mar 30 23:55:51 2006
@@ -70,11 +70,7 @@
       <td><{$obj->getVar('com_modified')|xoops_formattimestamp:l}></td>
       <td><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getVar('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getVar('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
       <td><{$obj->getVar('com_ip')}></td>
-      <td>
-        <{if $obj->getVar('com_status') == 1 }>
-          <img src="<{"icons/active.gif"|theme}>" />
-        <{/if}>
-      </td>
+      <td><{$obj->mStatus->getVar('name')}></td>
       <td>
         <a href="./index.php?action=CommentEdit&amp;com_id=<{$obj->get('com_id')|escape}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a>
         <a href="./index.php?action=CommentDelete&amp;com_id=<{$obj->get('com_id')|escape}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a>


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