Revision c0498a54
Von Holger Lindemann vor fast 16 Jahren hinzugefügt
templates/webpages/am/config_de.html | ||
---|---|---|
126 | 126 |
<select name="menustyle"> |
127 | 127 |
<option value="v3"[% IF myconfig_menustyle == 'v3' %] selected[% END %]>Oben (mit CSS)</option> |
128 | 128 |
<option value="neu"[% IF myconfig_menustyle == 'neu' %] selected[% END %]>Oben (mit Javascript)</option> |
129 |
<option value="js"[% IF myconfig_menustyle == 'js' %] selected[% END %]>Oben (mit Javascript) alt</option> |
|
129 | 130 |
<option value="xml"[% IF myconfig_menustyle == 'xml' %] selected[% END %]>Oben (XUL; nur für Mozilla Firefox)</option> |
130 | 131 |
<option value="old"[% IF myconfig_menustyle == 'old' %] selected[% END %]>Alt (seitlich)</option> |
131 | 132 |
</select> |
templates/webpages/am/config_master.html | ||
---|---|---|
126 | 126 |
<select name="menustyle"> |
127 | 127 |
<option value="v3"[% IF myconfig_menustyle == 'v3' %] selected[% END %]><translate>Top (CSS)</translate></option> |
128 | 128 |
<option value="neu"[% IF myconfig_menustyle == 'neu' %] selected[% END %]><translate>Top (Javascript)</translate></option> |
129 |
<option value="js"[% IF myconfig_menustyle == 'js' %] selected[% END %]><translate>Top (Javascript) old</translate></option> |
|
129 | 130 |
<option value="xml"[% IF myconfig_menustyle == 'xml' %] selected[% END %]><translate>Top (XUL; only for Mozilla Firefox)</translate></option> |
130 | 131 |
<option value="old"[% IF myconfig_menustyle == 'old' %] selected[% END %]><translate>Old (on the side)</translate></option> |
131 | 132 |
</select> |
Auch abrufbar als: Unified diff
altes JS-Menu wieder aktiviert - ist nicht schön, aber funktioniert besser