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

Back to archive index

NobuNobu nobun****@users*****
2006年 4月 5日 (水) 17:40:57 JST


Index: xoops2jp/html/modules/user/admin/templates/user_edit.html
diff -u xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.12
--- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.11	Sat Feb  4 16:28:25 2006
+++ xoops2jp/html/modules/user/admin/templates/user_edit.html	Wed Apr  5 17:40:57 2006
@@ -158,7 +158,7 @@
       <td class="head"><{$smarty.const._AD_USER_LANG_RANK}></td>
       <td class="<{cycle values="odd,even"}>">
         <select name="rank">
-        <option value="0"><{$smarty.const._AD_USER_NO_SPECIAL_RANK}></option>
+        <option value="0"><{$smarty.const._AD_USER_LANG_NO_SPECIAL_RANK}></option>
         <{foreach item=rank from=$ranks}>
           <option value="<{$rank->getVar('rank_id')}>" <{if $rank->get('rank_id') == $actionForm->get('rank')}>selected<{/if}>><{$rank->getVar('rank_title')}></option>
         <{/foreach}>


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