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

Back to archive index

Minahito minah****@users*****
2006年 3月 29日 (水) 23:39:36 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.6 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.6	Wed Mar 29 00:14:20 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Wed Mar 29 23:39:35 2006
@@ -53,7 +53,7 @@
     <tr class="<{cycle values='odd,even'}>" style="text-align:center">
       <td><{$obj->getVar('com_id')}></td>
       <td><{$obj->mModule->getVar('name')}></td>
-      <td><{$obj->getVar('com_title')}></td>
+      <td><a href="./index.php?action=CommentView&amp;com_id=<{$obj->getVar('com_id')}>"><{$obj->getVar('com_title')}></a></td>
       <td><{$obj->getVar('com_created')|xoops_formattimestamp:l}></td>
       <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>


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