]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Benutzermaske im Adminbereich: Das Menü wird jetzt über eine Drop-Down-Box ausgewählt...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 30 Jan 2008 16:43:56 +0000 (16:43 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 30 Jan 2008 16:43:56 +0000 (16:43 +0000)
locale/de/all
templates/webpages/admin/edit_user_de.html
templates/webpages/admin/edit_user_master.html

index ea0bd2eadfe525de3d9b075b7f3f36271f565d66..a44e670d054aadc606bde00a99722e8192408f2b 100644 (file)
@@ -1460,6 +1460,7 @@ aktualisieren wollen?',
   'Top'                         => 'Oben',
   'Top (CSS)'                   => 'Oben (mit CSS)',
   'Top (Javascript)'            => 'Oben (mit Javascript)',
+  'Top (XUL; only for Mozilla Firefox)' => 'Oben (XUL; nur f&uuml;r Mozilla Firefox)',
   'Top 100'                     => 'Top 100',
   'Top 100 hinzufuegen'         => 'Top 100 hinzufügen',
   'Top Level'                   => 'Hauptartikelbezeichnung',
index 2752d199ec4a0b5296784fba5653f72e9e1e2e90..42fc9801c551fc617ab42df43a6a2a6e569475f8 100644 (file)
       <tr>
        <th align="right">Menüsetup</th>
        <td>
-        <input name="menustyle" id="menustyle_v3"  type="radio" class="radio" value="v3" [% IF menustyle_v3 %]checked[% END %]>
-        <label for="menustyle_v3">&nbsp;Oben (mit CSS)</label>
-        <input name="menustyle" id="menustyle_neu" type="radio" class="radio" value="neu" [% IF menustyle_neu %]checked[% END %]>
-        <label for="menustyle_neu">&nbsp;Oben (mit Javascript)</label>
-        <input name="menustyle" id="menustyle_old" type="radio" class="radio" value="old" [% IF menustyle_old %]checked[% END %]>
-        <label for="menustyle_old">&nbsp;Alt (seitlich)</label>
+        <select name="menustyle">
+         <option value="v3"[% IF menustyle_v3 %] selected[% END %]>Oben (mit CSS)</option>
+         <option value="neu"[% IF menustyle_neu %] selected[% END %]>Oben (mit Javascript)</option>
+         <option value="xml"[% IF menustyle_xml %] selected[% END %]>Oben (XUL; nur f&uuml;r Mozilla Firefox)</option>
+         <option value="old"[% IF menustyle_old %] selected[% END %]>Alt (seitlich)</option>
+        </select>
        </td>
       </tr>
 
index 8f77559dfbd181e907b87b36e891a91e1b739f9e..1456c2d850ea9442dfce5f9bc0def6134bc63abe 100644 (file)
       <tr>
        <th align="right"><translate>Setup Menu</translate></th>
        <td>
-        <input name="menustyle" id="menustyle_v3"  type="radio" class="radio" value="v3" [% IF menustyle_v3 %]checked[% END %]>
-        <label for="menustyle_v3">&nbsp;<translate>Top (CSS)</translate></label>
-        <input name="menustyle" id="menustyle_neu" type="radio" class="radio" value="neu" [% IF menustyle_neu %]checked[% END %]>
-        <label for="menustyle_neu">&nbsp;<translate>Top (Javascript)</translate></label>
-        <input name="menustyle" id="menustyle_old" type="radio" class="radio" value="old" [% IF menustyle_old %]checked[% END %]>
-        <label for="menustyle_old">&nbsp;<translate>Old (on the side)</translate></label>
+        <select name="menustyle">
+         <option value="v3"[% IF menustyle_v3 %] selected[% END %]><translate>Top (CSS)</translate></option>
+         <option value="neu"[% IF menustyle_neu %] selected[% END %]><translate>Top (Javascript)</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>
        </td>
       </tr>