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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 12日 (月) 02:03:51 JST


Index: xoops2jp/html/modules/user/admin/templates/mailjob_list.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.5
--- xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.4	Fri May 12 00:26:03 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._AD_USER_LANG_MAILJOB_LIST}></h3>
 
-<div cpass="toptab">[ <a href="index.php?action=UserSearch"><{$smarty.const._AD_USER_LANG_CREATE_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=UserSearch"><{$smarty.const._AD_USER_LANG_CREATE_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
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.5 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.6
--- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.5	Thu Apr 27 19:25:10 2006
+++ xoops2jp/html/modules/user/admin/templates/user_search_list.html	Mon Jun 12 02:03:51 2006
@@ -6,10 +6,10 @@
 
 <h3><{$smarty.const._AD_USER_LANG_USER_SEARCH_LIST}></h3>
 
-<div class="toptab">
-  [ <a href="<{$pageNavi->getRenderOtherUrl('./index.php?action=UserSearch')}>"><{$smarty.const._AD_USER_LANG_SEARCH_AGAIN}></a> ]
-  [ <a href="<{$pageNavi->getRenderOtherUrl('./index.php?action=MailjobEdit')}>"><{$smarty.const._AD_USER_LANG_SEND_MAIL_BY_THIS_CONDITION}></a> ]
-</div>
+<ul class="toptab">
+  <li><a href="<{$pageNavi->getRenderOtherUrl('./index.php?action=UserSearch')}>"><{$smarty.const._AD_USER_LANG_SEARCH_AGAIN}></a></li>
+  <li><a href="<{$pageNavi->getRenderOtherUrl('./index.php?action=MailjobEdit')}>"><{$smarty.const._AD_USER_LANG_SEND_MAIL_BY_THIS_CONDITION}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/user/admin/templates/user_list.html
diff -u xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.12
--- xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.11	Sun May 28 14:42:25 2006
+++ xoops2jp/html/modules/user/admin/templates/user_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._AD_USER_LANG_USER_LIST}></h3>
 
-<div class="toptab">[ <a href="index.php?action=UserEdit"><{$smarty.const._AD_USER_LANG_USER_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=UserEdit"><{$smarty.const._AD_USER_LANG_USER_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/user/admin/templates/group_list.html
diff -u xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.8 xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.9
--- xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.8	Thu Apr 13 00:31:39 2006
+++ xoops2jp/html/modules/user/admin/templates/group_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3>
 
-<div class="toptab">[ <a href="index.php?action=GroupEdit"><{$smarty.const._AD_USER_LANG_GROUP_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=GroupEdit"><{$smarty.const._AD_USER_LANG_GROUP_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/user/admin/templates/ranks_list.html
diff -u xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.5
--- xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.4	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/user/admin/templates/ranks_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._AD_USER_LANG_RANK_LIST}></h3>
 
-<div class="toptab">[ <a href="index.php?action=RanksEdit"><{$smarty.const._AD_USER_LANG_CREATE_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=RanksEdit"><{$smarty.const._AD_USER_LANG_CREATE_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/user/admin/templates/avatar_list.html
diff -u xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.6 xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.7
--- xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.6	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/user/admin/templates/avatar_list.html	Mon Jun 12 02:03:51 2006
@@ -5,7 +5,9 @@
 
 <h3><{$smarty.const._MI_USER_ADMENU_AVATAR_MANAGE}></h3>
 
-<div class="toptab">[ <a href="index.php?action=AvatarEdit"><{$smarty.const._AD_USER_LANG_AVATAR_NEW}></a> ]</div>
+<ul class="toptab">
+  <li><a href="index.php?action=AvatarEdit"><{$smarty.const._AD_USER_LANG_AVATAR_NEW}></a></li>
+</ul>
 
 <table class="outer">
   <tr>


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