Teil 1 von: Usability und Lokalisierung de und de_DE (neu)
[kivitendo-erp.git] / templates / webpages / admin / edit_user.html
index b302780..5ef1e90 100644 (file)
  <form name="Form" id="Form" method="post" action="admin.pl">
 
   <div class="listtop" width="100%">[% title %]</div>
+  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></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">[% '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>
 
       <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 type="hidden" name="action_save_user_as_new" id="action_save_user_as_new" value="">
    <input type="button" class="submit" id="save_as_new_button" value="[% 'Save as new' | $T8 %]">
    <input type="submit" class="submit" name="action_delete_user" value="[% 'Delete' | $T8 %]">
+   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
    <input type="hidden" name="edit" value="1">
   [% END %]