[xoops-cvslog 5758] CVS update: xoops2jp/html/modules/legacy/admin/templates

Back to archive index

Minahito minah****@users*****
2006年 11月 10日 (金) 20:29:16 JST


Index: xoops2jp/html/modules/legacy/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.4 xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.5
--- xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.4	Fri Nov 10 14:34:05 2006
+++ xoops2jp/html/modules/legacy/admin/templates/comment_list.html	Fri Nov 10 20:29:15 2006
@@ -80,7 +80,7 @@
       <td class="legacy_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td>
       <td class="legacy_list_name">
         <{if $obj->mUser}>
-          <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&amp;uid=<{$obj->getShow('com_uid')}>"><{$obj->mUser->getShow('uname')}></a>
+          <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$obj->getShow('com_uid')}>"><{$obj->mUser->getShow('uname')}></a>
         <{else}>
           <{$smarty.const._GUESTS}>
         <{/if}>
Index: xoops2jp/html/modules/legacy/admin/templates/comment_delete.html
diff -u xoops2jp/html/modules/legacy/admin/templates/comment_delete.html:1.1.2.5 xoops2jp/html/modules/legacy/admin/templates/comment_delete.html:1.1.2.6
--- xoops2jp/html/modules/legacy/admin/templates/comment_delete.html:1.1.2.5	Fri Nov 10 14:34:05 2006
+++ xoops2jp/html/modules/legacy/admin/templates/comment_delete.html	Fri Nov 10 20:29:15 2006
@@ -137,7 +137,7 @@
       <td class="legacy_list_title"><{$obj->getShow('com_title')}></td>
       <td class="legacy_list_date"><{$obj->getShow('com_created')|xoops_formattimestamp:l}></td>
       <td class="legacy_list_date"><{$obj->getShow('com_modified')|xoops_formattimestamp:l}></td>
-      <td class="legacy_list_order"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
+      <td class="legacy_list_order"><a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
       <td class="legacy_list_select"><{$obj->getShow('com_ip')}></td>
       <td class="legacy_list_control">
         <{if $obj->get('com_status') == 2}>
Index: xoops2jp/html/modules/legacy/admin/templates/comment_view.html
diff -u xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.6 xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.7
--- xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.6	Fri Nov 10 14:34:05 2006
+++ xoops2jp/html/modules/legacy/admin/templates/comment_view.html	Fri Nov 10 20:29:15 2006
@@ -122,7 +122,7 @@
       <td class="legacy_list_title"><{$obj->getShow('com_title')}></td>
       <td class="legacy_list_date"><{$obj->get('com_created')|xoops_formattimestamp:l}></td>
       <td class="legacy_list_date"><{$obj->get('com_modified')|xoops_formattimestamp:l}></td>
-      <td class="legacy_list_name"><a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserInfo&amp;uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
+      <td class="legacy_list_name"><a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$obj->getShow('com_uid')}>"><{if $obj->mUser}><{$obj->mUser->getShow('uname')}><{else}><{$smarty.const._GUESTS}><{/if}></a></td>
       <td class="legacy_list_order"><{$obj->getShow('com_ip')}></td>
       <td class="legacy_list_select">
         <{if $obj->get('com_status') == 2 }>


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