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

Back to archive index

Minahito minah****@users*****
2006年 1月 9日 (月) 02:53:39 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.1 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.2
--- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.1	Sun Jan  8 16:49:19 2006
+++ xoops2jp/html/modules/user/admin/templates/user_edit.html	Mon Jan  9 02:53:39 2006
@@ -166,6 +166,14 @@
         <{xoops_input type=checkbox name=user_mailok value=1 default=$actionForm->getVar('user_mailok')}>
       </td>
     </tr>
+    <tr>
+      <th><{$smarty.const._AD_USER_LANG_GROUP}></th>
+      <td class="<{cycle values="odd,even"}>">
+        <select size="5" name="groups" multiple="multiple">
+          <{html_options options=$groupOptions selected=$actionForm->getVar('groups')}>
+        </select>
+      </td>
+    </tr>
     <tr class="foot">
       <td colspan="2" style="text-align:center;">
         <input class="formButton" type="submit" value="<{$smarty.const._AD_USER_LANG_SUBMIT}>" />


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