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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 10月 15日 (日) 23:59:44 JST


Index: xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html:1.1.2.3
--- xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html:1.1.2.2	Sat Oct 14 22:11:40 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html	Sun Oct 15 23:59:44 2006
@@ -1,9 +1,10 @@
 <div class="adminnavi">
-  <a href="./index.php"><{$smarty.const._MI_USER_LANG_USER}></a>
-  &raquo;&raquo; <a href="./index.php?action=Mailjob_linkList"><{$smarty.const._AD_USER_LANG_MAILJOB_LINK_LIST}></a>
+  <a href="./index.php"><{$smarty.const._MI_USER_NAME}></a>
+  &raquo;&raquo; <a href="./index.php?action=MailjobList"><{$smarty.const._AD_USER_LANG_MAILJOB_LIST}></a>
+  &raquo;&raquo; <span class="adminnaviTitle"><a href="./index.php?action=Mailjob_linkList"><{$smarty.const._AD_USER_LANG_MAILJOB_LINK_LIST}></a></span>
 </div>
 
-<h3><{$smarty.const._AD_USER_LANG_MAILJOB_LINK_LIST}></h3>
+<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_MAILJOB_LINK_LIST}></h3>
 
 <{if $actionForm->hasError()}>
 <div class="error">
@@ -34,17 +35,17 @@
   </tr>
   <{foreach item=obj from=$objects}>
     <tr class="<{cycle values='odd,even'}>">
-      <td><{xoops_input type=checkbox name=uid key=$obj->get('uid')}></td>
-      <td><{$obj->getShow('uid')}></td>
-      <td><{$obj->get('uid')|xoops_user:uname}></td>
-      <td><{$obj->getShow('retry')}></td>
-      <td><{$obj->getShow('message')}></td>
+      <td class="user_list_control"><{xoops_input type=checkbox name=uid key=$obj->get('uid')}></td>
+      <td class="user_list_id"><{$obj->getShow('uid')}></td>
+      <td class="user_list_name"><{$obj->get('uid')|xoops_user:uname}></td>
+      <td class="user_list_number"><{$obj->getShow('retry')}></td>
+      <td class="user_list_description"><{$obj->getShow('message')}></td>
     </tr>
   <{/foreach}>
+  <tr>
+    <td colspan="5" class="foot"><input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" /></td>
+  </tr>
 </table>
-
-<input type="submit" value="<{$smarty.const._SUBMIT}>" />
-
 </form>
 
 <div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div>


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