Revision 30123a05
Von Holger Lindemann vor fast 16 Jahren hinzugefügt
templates/webpages/admin/edit_user_de.html | ||
---|---|---|
168 | 168 |
<select name="menustyle"> |
169 | 169 |
<option value="v3"[% IF menustyle_v3 %] selected[% END %]>Oben (mit CSS)</option> |
170 | 170 |
<option value="neu"[% IF menustyle_neu %] selected[% END %]>Oben (mit Javascript)</option> |
171 |
<option value="js"[% IF menustyle_js %] selected[% END %]>Oben (mit Javascript) alt</option> |
|
171 | 172 |
<option value="xml"[% IF menustyle_xml %] selected[% END %]>Oben (XUL; nur für Mozilla Firefox)</option> |
172 | 173 |
<option value="old"[% IF menustyle_old %] selected[% END %]>Alt (seitlich)</option> |
173 | 174 |
</select> |
templates/webpages/admin/edit_user_master.html | ||
---|---|---|
168 | 168 |
<select name="menustyle"> |
169 | 169 |
<option value="v3"[% IF menustyle_v3 %] selected[% END %]><translate>Top (CSS)</translate></option> |
170 | 170 |
<option value="neu"[% IF menustyle_neu %] selected[% END %]><translate>Top (Javascript)</translate></option> |
171 |
<option value="js"[% IF menustyle_js %] selected[% END %]><translate>Top (Javascript) old</translate></option> |
|
171 | 172 |
<option value="xml"[% IF menustyle_xml %] selected[% END %]><translate>Top (XUL; only for Mozilla Firefox)</translate></option> |
172 | 173 |
<option value="old"[% IF menustyle_old %] selected[% END %]><translate>Old (on the side)</translate></option> |
173 | 174 |
</select> |
Auch abrufbar als: Unified diff
altes JS-Menu wieder aktiviert - ist nicht schön, aber funktioniert besser