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

Back to archive index

Minahito minah****@users*****
2006年 8月 18日 (金) 18:07:09 JST


Index: xoops2jp/html/modules/user/templates/user_edituser.html
diff -u xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.10 xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.11
--- xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.10	Fri Aug 18 14:35:29 2006
+++ xoops2jp/html/modules/user/templates/user_edituser.html	Fri Aug 18 18:07:09 2006
@@ -66,7 +66,7 @@
     </td>
   </tr>
   <tr>
-    <td class="head"><{$smarty.const._MD_USER_LANG_YIM}></td>
+    <td class="head"><{$smarty.const._MD_USER_LANG_USER_YIM}></td>
     <td class="<{cycle values="odd,even"}>">
       <{xoops_input name=user_yim size=25 maxlength=25 value=$actionForm->get('user_yim')}>
     </td>
@@ -90,7 +90,7 @@
     </td>
   </tr>
   <tr>
-    <td class="head"><{$smarty.const._MD_USER_LANG_USER_INTEREST}></td>
+    <td class="head"><{$smarty.const._MD_USER_LANG_USER_INTREST}></td>
     <td class="<{cycle values="odd,even"}>">
       <{xoops_input name=user_intrest size=30 maxlength=150 value=$actionForm->get('user_intrest')}>
     </td>
@@ -99,7 +99,7 @@
     <td class="head"><{$smarty.const._MD_USER_LANG_USER_SIG}></td>
     <td class="<{cycle values="odd,even"}>">
       <{xoops_dhtmltarea name=user_sig value=$actionForm->get('user_sig')}><br />
-      <{xoops_input type=checkbox name=attachsig value=1 default=$actionForm->get('attachsig')}><{$smarty.const._MD_USER_LANG_ATTACHESIG}>
+      <{xoops_input type=checkbox name=attachsig value=1 default=$actionForm->get('attachsig')}><{$smarty.const._MD_USER_LANG_ATTACHSIG}>
     </td>
   </tr>
   <tr>
@@ -141,6 +141,13 @@
     </td>
   </tr>
   <tr>
+    <td class="head"><{$smarty.const._MD_USER_LANG_USECOOKIE}></td>
+    <td class="<{cycle values="odd,even"}>">
+      <{xoops_input type=radio name=user_mailok value=1}><{$smarty.const._YES}>
+      <{xoops_input type=radio name=user_mailok value=0}><{$smarty.const._NO}>
+    </td>
+  </tr>
+  <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_USER_MAILOK}></td>
     <td class="<{cycle values="odd,even"}>">
       <{xoops_input type=radio name=user_mailok value=1 default=$actionForm->get('user_mailok')}><{$smarty.const._YES}>


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