[xoops-cvslog 3755] CVS update: xoops2jp/html/modules/user/admin/templates

Back to archive index

Minahito minah****@users*****
2006年 7月 28日 (金) 17:56:37 JST


Index: xoops2jp/html/modules/user/admin/templates/user_list.html
diff -u xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.13 xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.14
--- xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.13	Thu Jul 13 19:53:25 2006
+++ xoops2jp/html/modules/user/admin/templates/user_list.html	Fri Jul 28 17:56:37 2006
@@ -39,13 +39,14 @@
     <tr class="<{cycle values='odd,even'}>">
       <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td>
       <td style="text-align:center;"><{$user->getShow('uid')}></td>
-      <td><{$user->getShow('uname')}></td>
+      <td><a href="./index.php?action=UserView&amp;uid=<{$user->getShow('uid')}>"><{$user->getShow('uname')}></a></td>
       <td><{$user->getShow('name')}></td>
       <td><{$user->get('user_regdate')|xoops_formattimestamp}></td>
       <td><{$user->get('last_login')|xoops_formattimestamp:l}></td>
       <td style="text-align:right;"><{$user->getShow('posts')}></td>
       <td style="text-align:right;"><{$user->getShow('level')}></td>
       <td style="text-align:center;">
+        <a href="./index.php?action=UserView&amp;uid=<{$user->getShow('uid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a>
         <a href="./index.php?action=UserEdit&amp;uid=<{$user->getShow('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
         <{if $user->get('uid') != 1 }>
           <a href="index.php?action=UserDelete&amp;uid=<{$user->getShow('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>


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