Links zur Dokumentation (dokumentation.pdf) angepasst.
[kivitendo-erp.git] / templates / webpages / admin / edit_user.html
index 81eb1ea..dc8ccab 100644 (file)
  <form name="Form" id="Form" method="post" action="admin.pl">
 
   <div class="listtop" width="100%">[% title %]</div>
+  <p><a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a></p>
 
   <table width="100%">
    <tr valign="top">
     <td>
      <table>
       <tr>
-       <th align="right">[% 'Login' | $T8 %]</th>
+       <th align="right">[% 'Login Name' | $T8 %]</th>
        <td>
         [%- IF edit %]
          <input type="hidden" name="login" value="[% HTML.escape(myc_login) %]">[% HTML.escape(myc_login) %]
        <th align="right">[% 'DUNS-Nr' | $T8 %]</th>
        <td><input name="duns" size="14" value="[% HTML.escape(myc_duns) %]"></td>
       </tr>
+
+      <tr>
+       <th align="right">[% 'SEPA creditor ID' | $T8 %]</th>
+       <td><input name="sepa_creditor_id" size="35" maxlength="35" value="[% HTML.escape(myc_sepa_creditor_id) %]"></td>
+      </tr>
      </table>
     </td>
 
        <th align="right">[% 'Setup Menu' | $T8 %]</th>
        <td>
         <select name="menustyle">
+         <option value="old"[% IF menustyle_old %] selected[% END %]>[% 'Old (on the side)' | $T8 %]</option>
          <option value="v3"[% IF menustyle_v3 %] selected[% END %]>[% 'Top (CSS)' | $T8 %]</option>
          <option value="v4"[% IF menustyle_v4 %] selected[% END %]>[% 'Top (CSS) new' | $T8 %]</option>
          <option value="neu"[% IF menustyle_neu %] selected[% END %]>[% 'Top (Javascript)' | $T8 %]</option>
-         <option value="xml"[% IF menustyle_xml %] selected[% END %]>[% 'Top (XUL; only for Mozilla Firefox)' | $T8 %]</option>
-         <option value="old"[% IF menustyle_old %] selected[% END %]>[% 'Old (on the side)' | $T8 %]</option>
         </select>
        </td>
       </tr>
+      <tr>
+       <th align='right'>[% 'Mandatory Departments' | $T8 %]</th>
+       <td>
+        <input type='radio' name='mandatory_departments' value='0' [% IF !myc_mandatory_departments %] checked[% END %]> [% 'No' | $T8 %]
+        <input type='radio' name='mandatory_departments' value='1' [% IF  myc_mandatory_departments %] checked[% END %]> [% 'Yes' | $T8 %]
+       </td>
+      </tr>
 
       <input type="hidden" name="templates" value="[% HTML.escape(myc_templates) %]">
      </table>
       </tr>
 
       <tr>
-       <th align="right">[% 'User' | $T8 %]</th>
+       <th align="right">[% 'Database User' | $T8 %]</th>
        <td><input name="dbuser" size="15" value="[% HTML.escape(myc_dbuser) %]"></td>
        <th align="right">[% 'Password' | $T8 %]</th>
        <td><input name="dbpasswd" type="password" size="10" value="[% HTML.escape(myc_dbpasswd) %]"></td>
 
   <input name="callback" type="hidden" value="admin.pl?action=list_users">
 
+  <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
   <input type="hidden" name="action" value="dispatcher">
   <input type="submit" class="submit" name="action_save_user" value="[% 'Save' | $T8 %]">