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

Back to archive index

NobuNobu nobun****@users*****
2006年 2月 5日 (日) 19:33:39 JST


Index: xoops2jp/html/modules/user/templates/user_register_form.html
diff -u xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.5 xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.6
--- xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.5	Sat Feb  4 16:52:48 2006
+++ xoops2jp/html/modules/user/templates/user_register_form.html	Sun Feb  5 19:33:39 2006
@@ -14,19 +14,19 @@
   </tr>
   <tr>
     <td class="head"><{$smarty.const._US_NICKNAME}></td>
-    <td class="<{cycle values="odd,even"}>"><{xoops_input name=uname}></td>
+    <td class="<{cycle values="odd,even"}>"><{xoops_input maxlength=25 name=uname value=$actionForm->get('uname')}></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._US_EMAIL}></td>
     <td class="<{cycle values="odd,even"}>">
-      <{xoops_input name=email size=30 maxlength=60}><br />
+      <{xoops_input name=email size=30 maxlength=60 value=$actionForm->get('email')}><br />
       <{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}>
       <{$smarty.const._US_ALLOWVIEWEMAIL}>
     </td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._US_WEBSITE}></td>
-    <td class="<{cycle values="odd,even"}>"><{xoops_input name=url size=30 maxlength=100}></td>
+    <td class="<{cycle values="odd,even"}>"><{xoops_input name=url size=30 maxlength=100 value=$actionForm->get('url')}></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_TIMEZONE_OFFSET}></td>


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