IS: Departments anzeigen.
[kivitendo-erp.git] / templates / webpages / admin / edit_user_master.html
index ef9c3b6..6b67c39 100644 (file)
       <tr>
        <th align="right"><translate>Language</translate></th>
        <td>
-        <translate>German</translate>
-        <input type="hidden" name="countrycode" value="de">
-<!--        <select name="countrycode">
+        <select name="countrycode">
          [% FOREACH row = ALL_COUNTRYCODES %]<option value="[% HTML.escape(row.value) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>
          [% END %]
-        </select>-->
+        </select>
        </td>
       </tr>
 
        <td>
         <select name="menustyle">
          <option value="v3"[% IF menustyle_v3 %] selected[% END %]><translate>Top (CSS)</translate></option>
+         <option value="v4"[% IF menustyle_v4 %] selected[% END %]><translate>Top (CSS) new</translate></option>
          <option value="neu"[% IF menustyle_neu %] selected[% END %]><translate>Top (Javascript)</translate></option>
-         <option value="js"[% IF menustyle_js %] selected[% END %]><translate>Top (Javascript) old</translate></option>
          <option value="xml"[% IF menustyle_xml %] selected[% END %]><translate>Top (XUL; only for Mozilla Firefox)</translate></option>
          <option value="old"[% IF menustyle_old %] selected[% END %]><translate>Old (on the side)</translate></option>
         </select>