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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 20日 (日) 11:57:49 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.11 xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.12
--- xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.11	Thu Aug 17 19:21:04 2006
+++ xoops2jp/html/modules/user/admin/templates/avatar_delete.html	Sun Aug 20 11:57:49 2006
@@ -4,7 +4,7 @@
   &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}></span>
 </div>
 
-<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}></h3>
+<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}> (<{$object->getShow('avatar_name')}>)</h3>
 
 <div class="tips"><{$smarty.const._AD_USER_TIP_DELETE_AVATAR}></div>
 
@@ -15,11 +15,11 @@
   <{xoops_input type=hidden name=avatar_id value=$actionForm->get('avatar_id')}>
   <table class="outer">
     <tr>
-      <th colspan="2"><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}></th>
+      <th colspan="2"><{$smarty.const._AD_USER_LANG_AVATAR_DELETE}> (<{$object->getShow('avatar_name')}>)</th>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._MD_USER_LANG_AVATAR_ID}></td>
-      <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('avatar_id')}></b></td>
+      <td class="<{cycle values="odd,even"}>"><{$object->getShow('avatar_id')}></td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_AVATAR_FILE}></td>
Index: xoops2jp/html/modules/user/admin/templates/group_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.14 xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.15
--- xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.14	Mon Aug 14 21:46:44 2006
+++ xoops2jp/html/modules/user/admin/templates/group_delete.html	Sun Aug 20 11:57:49 2006
@@ -4,7 +4,7 @@
   &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._AD_USER_LANG_GROUP_DELETE}></span>
 </div>
 
-<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_DELETE}></h3>
+<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_DELETE}> (<{$object->getShow('name')}>)</h3>
 
 <div class="confirm">
   <{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE|replace:"_%s_":$object->getShow('name')}><br />
@@ -26,7 +26,7 @@
   <{xoops_input type=hidden name=groupid value=$object->get('groupid')}>
 <table class="outer">
   <tr>
-    <th colspan="2"><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /> <{$smarty.const._AD_USER_LANG_GROUP_DELETE}></th>
+    <th colspan="2"><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /> <{$smarty.const._AD_USER_LANG_GROUP_DELETE}> (<{$object->getShow('name')}>)</th>
   </tr>
   <tr>
     <td class="head" style="width:30%;"><{$smarty.const._AD_USER_LANG_GROUP_GID}></td>
@@ -34,7 +34,7 @@
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_USER_LANG_GROUP_NAME}></td>
-    <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('name')}></b></td>
+    <td class="<{cycle values="odd,even"}>"><{$object->getShow('name')}></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_USER_LANG_GROUP_DESC}></td>
Index: xoops2jp/html/modules/user/admin/templates/user_edit.html
diff -u xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.19 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.20
--- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.19	Fri Aug 18 18:06:04 2006
+++ xoops2jp/html/modules/user/admin/templates/user_edit.html	Sun Aug 20 11:57:49 2006
@@ -10,7 +10,7 @@
 </div>
 
 <{if $actionForm->get('uid')}>
-  <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_EDIT}></h3>
+  <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_EDIT}> (<{$actionForm->get('uname')}>)</h3>
 <{else}>
   <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_NEW}></h3>
 <{/if}>
Index: xoops2jp/html/modules/user/admin/templates/avatar_edit.html
diff -u xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.10
--- xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.9	Thu Aug 17 19:21:04 2006
+++ xoops2jp/html/modules/user/admin/templates/avatar_edit.html	Sun Aug 20 11:57:49 2006
@@ -10,7 +10,7 @@
 </div>
 
 <{if $actionForm->get('avatar_id')}>
-  <h3 class="admintitle"><{$smarty.const._MD_USER_LANG_AVATAR_EDIT}></h3>
+  <h3 class="admintitle"><{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> (<{$actionForm->get('avatar_name')}>)</h3>
 <{else}>
   <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_AVATAR_NEW}></h3>
 <{/if}>
@@ -32,7 +32,7 @@
     <tr>
       <th colspan="2">
         <{if $actionForm->get('avatar_id')}>
-          <{$smarty.const._MD_USER_LANG_AVATAR_EDIT}>
+          <{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> (<{$actionForm->get('avatar_name')}>)
         <{else}>
           <{$smarty.const._AD_USER_LANG_AVATAR_NEW}>
         <{/if}>
@@ -41,7 +41,7 @@
     <{if $actionForm->get('avatar_id')}>
     <tr>
       <td class="head"><{$smarty.const._MD_USER_LANG_AVATAR_ID}></td>
-      <td class="<{cycle values="odd,even"}>"><b><{$actionForm->get('avatar_id')}></b></td>
+      <td class="<{cycle values="odd,even"}>"><{$actionForm->get('avatar_id')}></td>
     </tr>
     <{/if}>
     <tr>
Index: xoops2jp/html/modules/user/admin/templates/user_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.13 xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.14
--- xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.13	Fri Aug 18 18:06:04 2006
+++ xoops2jp/html/modules/user/admin/templates/user_delete.html	Sun Aug 20 11:57:49 2006
@@ -4,7 +4,7 @@
   &raquo;&raquo; <span class="adminnaviTitle"><{$smarty.const._AD_USER_LANG_USER_DELETE}></span>
 </div>
 
-<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_DELETE}></h3>
+<h3 class="admintitle"><{$smarty.const._AD_USER_LANG_USER_DELETE}> (<{$object->getShow('uname')}>)</h3>
 
 <div class="confirm"><{$smarty.const._AD_USER_LANG_USER_DELETE_ADVICE|replace:"_%s_":$object->getShow('uname')}></div>
 
@@ -23,7 +23,7 @@
 <{xoops_input type=hidden name=uid value=$object->get('uid')}>
 <table class="outer">
   <tr>
-    <th colspan="2"><{$smarty.const._AD_USER_LANG_USER_DELETE}></th>
+    <th colspan="2"><{$smarty.const._AD_USER_LANG_USER_DELETE}> (<{$object->getShow('uname')}>)</th>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_UID}></td>
@@ -31,7 +31,7 @@
   </tr>
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_UNAME}></td>
-    <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('uname')}></b></td>
+    <td class="<{cycle values="odd,even"}>"><{$object->getShow('uname')}></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_NAME}></td>
Index: xoops2jp/html/modules/user/admin/templates/group_edit.html
diff -u xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.12
--- xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.11	Mon Aug 14 21:46:44 2006
+++ xoops2jp/html/modules/user/admin/templates/group_edit.html	Sun Aug 20 11:57:49 2006
@@ -10,7 +10,7 @@
 </div>
 
 <{if $actionForm->get('groupid') }>
-  <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_EDIT}></h3>
+  <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_EDIT}> (<{$actionForm->get('name')}>)</h3>
 <{else}>
   <h3 class="admintitle"><{$smarty.const._AD_USER_LANG_GROUP_NEW}></h3>
 <{/if}>
@@ -32,7 +32,7 @@
     <tr>
       <th colspan="2">
       <{if $actionForm->get('groupid') }>
-        <{$smarty.const._AD_USER_LANG_GROUP_EDIT}>
+        <{$smarty.const._AD_USER_LANG_GROUP_EDIT}> (<{$actionForm->get('name')}>)
       <{else}>
         <{$smarty.const._AD_USER_LANG_GROUP_NEW}>
       <{/if}>


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