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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 13日 (火) 00:47:18 JST


Index: xoops2jp/html/modules/user/admin/templates/avatar_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.5
--- xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.4	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/user/admin/templates/avatar_delete.html	Tue Jun 13 00:47:18 2006
@@ -8,9 +8,8 @@
 
 <div class="tips"><{$smarty.const._AD_USER_TIP_DELETE_AVATAR}></div>
 
-<ul>
-  <li><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></li>
-</ul>
+<div class="important"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></div>
+
 <form action="./index.php?action=AvatarDelete" method="POST">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=avatar_id value=$actionForm->get('avatar_id')}>
Index: xoops2jp/html/modules/user/admin/templates/user_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.5 xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.6
--- xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.5	Sun Jun 11 23:05:35 2006
+++ xoops2jp/html/modules/user/admin/templates/user_delete.html	Tue Jun 13 00:47:18 2006
@@ -6,9 +6,7 @@
 
 <h3><{$smarty.const._AD_USER_LANG_USER_DELETE}></h3>
 
-<ul class="important">
-  <li><{$smarty.const._AD_USER_LANG_USER_DELETE_ADVICE|replace:"_%s_":$object->getVar('uname')}></li>
-</ul>
+<div class="important"><{$smarty.const._AD_USER_LANG_USER_DELETE_ADVICE|replace:"_%s_":$object->getVar('uname')}></div>
 
 <{if $actionForm->hasError()}>
   <ul class="error">
Index: xoops2jp/html/modules/user/admin/templates/group_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.8
--- xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.7	Sun Jun 11 23:05:35 2006
+++ xoops2jp/html/modules/user/admin/templates/group_delete.html	Tue Jun 13 00:47:18 2006
@@ -6,10 +6,10 @@
 
 <h3><{$smarty.const._AD_USER_LANG_GROUP_DELETE}></h3>
 
-<ul>
-  <li><{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE|replace:"_%s_":$object->getVar('name')}></li>
-  <li><{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE2}></li>
-</ul>
+<div class="important">
+  <{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE|replace:"_%s_":$object->getVar('name')}><br />
+  <{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE2}>
+</div>
 
 <{if $actionForm->hasError()}>
   <ul class="error">
Index: xoops2jp/html/modules/user/admin/templates/ranks_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.5
--- xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.4	Thu Apr 13 00:11:20 2006
+++ xoops2jp/html/modules/user/admin/templates/ranks_delete.html	Tue Jun 13 00:47:18 2006
@@ -6,9 +6,7 @@
 
 <h3><{$smarty.const._AD_USER_LANG_DELETE_RANK}></h3>
 
-<ul>
-  <li><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE_RANK}></li>
-</ul>
+<div class="important"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE_RANK}></div>
 
 <form action="./index.php?action=RanksDelete" method="POST">
   <{xoops_token form=$actionForm}>
Index: xoops2jp/html/modules/user/admin/templates/mailjob_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.3
--- xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.2	Fri May 12 00:26:03 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_delete.html	Tue Jun 13 00:47:18 2006
@@ -6,7 +6,7 @@
 
 <h3><{$smarty.const._AD_USER_LANG_MAILJOB_DELETE}></h3>
 
-<p><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></p>
+<div class="important"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></div>
 
 <form action="./index.php?action=MailjobDelete" method="POST">
   <{xoops_token form=$actionForm}>


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