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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 19日 (土) 20:06:35 JST


Index: xoops2jp/html/modules/user/admin/templates/user_search_list.html
diff -u xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.12 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.13
--- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.12	Fri Aug 18 18:06:04 2006
+++ xoops2jp/html/modules/user/admin/templates/user_search_list.html	Sat Aug 19 20:06:35 2006
@@ -39,14 +39,14 @@
   </tr>
   <{foreach item=user from=$objects}>
     <tr class="<{cycle values='odd,even'}>">
-      <td class="user_list_id"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td>
+      <td class="user_list_image"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td>
       <td class="user_list_id"><{$user->getShow('uid')}></td>
-      <td><{$user->getShow('uname')}></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 class="user_list_name"><{$user->getShow('uname')}></td>
+      <td class="user_list_name"><{$user->getShow('name')}></td>
+      <td class="user_list_date"><{$user->get('user_regdate')|xoops_formattimestamp}></td>
+      <td class="user_list_date"><{$user->get('last_login')|xoops_formattimestamp:l}></td>
+      <td class="user_list_number"><{$user->getShow('posts')}></td>
+      <td class="user_list_order"><{$user->getShow('level')}></td>
       <td class="user_list_control">
         <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 }>


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