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

Back to archive index

Minahito minah****@users*****
2006年 2月 3日 (金) 23:41:26 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.9 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.10
--- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.9	Fri Feb  3 15:44:29 2006
+++ xoops2jp/html/modules/user/admin/templates/user_edit.html	Fri Feb  3 23:41:26 2006
@@ -168,13 +168,13 @@
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_PASS}></td>
       <td class="<{cycle values="odd,even"}>">
-        <{xoops_input type=text name=pass value=$actionForm->get('pass') size=25 maxlength=32}>
+        <{xoops_input type=password name=pass value=$actionForm->get('pass') size=25 maxlength=32}>
       </td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_VPASS}></td>
       <td class="<{cycle values="odd,even"}>">
-        <{xoops_input type=text name=vpass value=$actionForm->get('vpass') size=25 maxlength=32}>
+        <{xoops_input type=password name=vpass value=$actionForm->get('vpass') size=25 maxlength=32}>
       </td>
     </tr>
     <tr>


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