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

Back to archive index

Minahito minah****@users*****
2006年 8月 24日 (木) 20:22:35 JST


Index: xoops2jp/html/modules/user/admin/templates/group_member.html
diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.20 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.21
--- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.20	Sat Aug 19 14:55:45 2006
+++ xoops2jp/html/modules/user/admin/templates/group_member.html	Thu Aug 24 20:22:35 2006
@@ -59,7 +59,7 @@
 <input type="hidden" name="nostart" value="<{$noPageNavi->getStart()}>" />
 <table class="outer">
   <tr>
-    <th><{$smarty.const._REGISTER}></th>
+    <th><{$smarty.const._MD_USER_LANG_ASSIGN}></th>
     <th>&nbsp;</th>
     <th><{$smarty.const._MD_USER_LANG_UID}></th>
     <th><{$smarty.const._MD_USER_LANG_UNAME}></th>
@@ -91,7 +91,7 @@
   <{/foreach}>
   <tr>
     <td class="foot" colspan="10">
-      <input type="submit" value="<{$smarty.const._REGISTER}>" class="formButton" />
+      <input type="submit" value="<{$smarty.const._MD_USER_LANG_ASSIGN}>" class="formButton" />
     </td>
   </tr>
 </table>
@@ -110,7 +110,7 @@
 <input type="hidden" name="nostart" value="<{$noPageNavi->getStart()}>" />
 <table class="outer">
   <tr>
-    <th><{$smarty.const._DELETE}></th>
+    <th><{$smarty.const._MD_USER_LANG_UNASSIGN}></th>
     <th>&nbsp;</th>
     <th><{$smarty.const._MD_USER_LANG_UID}></th>
     <th><{$smarty.const._MD_USER_LANG_UNAME}></th>
@@ -142,7 +142,7 @@
   <{/foreach}>
   <tr>
     <td class="foot" colspan="10">
-      <input type="submit" value="<{$smarty.const._DELETE}>" class="formButton" />
+      <input type="submit" value="<{$smarty.const._MD_USER_LANG_UNASSIGN}>" class="formButton" />
     </td>
   </tr>
 </table>


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