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

Back to archive index

Minahito minah****@users*****
2006年 1月 17日 (火) 19:35:27 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.4 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.5
--- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.4	Thu Jan 12 14:31:09 2006
+++ xoops2jp/html/modules/user/admin/templates/user_edit.html	Tue Jan 17 19:35:27 2006
@@ -176,6 +176,18 @@
         </select>
       </td>
     </tr>
+    <tr>
+      <th><{$smarty.const._AD_USER_LANG_POSTS}></th>
+      <td class="<{cycle values="odd,even"}>">
+        <{xoops_input type=text name=posts value=$actionForm->get('posts')}>
+      </td>
+    </tr>
+    <tr>
+      <th><{$smarty.const._AD_USER_LANG_LEVEL}></th>
+      <td class="<{cycle values="odd,even"}>">
+        <{xoops_input type=text name=level value=$actionForm->get('level')}>
+      </td>
+    </tr>
 
     <tr class="foot">
       <td colspan="2" style="text-align:center;">


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