Revision c471e07b
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1460 | 1460 |
'Top' => 'Oben', |
1461 | 1461 |
'Top (CSS)' => 'Oben (mit CSS)', |
1462 | 1462 |
'Top (Javascript)' => 'Oben (mit Javascript)', |
1463 |
'Top (XUL; only for Mozilla Firefox)' => 'Oben (XUL; nur für Mozilla Firefox)', |
|
1463 | 1464 |
'Top 100' => 'Top 100', |
1464 | 1465 |
'Top 100 hinzufuegen' => 'Top 100 hinzuf?gen', |
1465 | 1466 |
'Top Level' => 'Hauptartikelbezeichnung', |
templates/webpages/admin/edit_user_de.html | ||
---|---|---|
146 | 146 |
<tr> |
147 | 147 |
<th align="right">Men?setup</th> |
148 | 148 |
<td> |
149 |
<input name="menustyle" id="menustyle_v3" type="radio" class="radio" value="v3" [% IF menustyle_v3 %]checked[% END %]>
|
|
150 |
<label for="menustyle_v3"> Oben (mit CSS)</label>
|
|
151 |
<input name="menustyle" id="menustyle_neu" type="radio" class="radio" value="neu" [% IF menustyle_neu %]checked[% END %]>
|
|
152 |
<label for="menustyle_neu"> Oben (mit Javascript)</label>
|
|
153 |
<input name="menustyle" id="menustyle_old" type="radio" class="radio" value="old" [% IF menustyle_old %]checked[% END %]>
|
|
154 |
<label for="menustyle_old"> Alt (seitlich)</label>
|
|
149 |
<select name="menustyle">
|
|
150 |
<option value="v3"[% IF menustyle_v3 %] selected[% END %]>Oben (mit CSS)</option>
|
|
151 |
<option value="neu"[% IF menustyle_neu %] selected[% END %]>Oben (mit Javascript)</option>
|
|
152 |
<option value="xml"[% IF menustyle_xml %] selected[% END %]>Oben (XUL; nur für Mozilla Firefox)</option>
|
|
153 |
<option value="old"[% IF menustyle_old %] selected[% END %]>Alt (seitlich)</option>
|
|
154 |
</select>
|
|
155 | 155 |
</td> |
156 | 156 |
</tr> |
157 | 157 |
|
templates/webpages/admin/edit_user_master.html | ||
---|---|---|
146 | 146 |
<tr> |
147 | 147 |
<th align="right"><translate>Setup Menu</translate></th> |
148 | 148 |
<td> |
149 |
<input name="menustyle" id="menustyle_v3" type="radio" class="radio" value="v3" [% IF menustyle_v3 %]checked[% END %]>
|
|
150 |
<label for="menustyle_v3"> <translate>Top (CSS)</translate></label>
|
|
151 |
<input name="menustyle" id="menustyle_neu" type="radio" class="radio" value="neu" [% IF menustyle_neu %]checked[% END %]>
|
|
152 |
<label for="menustyle_neu"> <translate>Top (Javascript)</translate></label>
|
|
153 |
<input name="menustyle" id="menustyle_old" type="radio" class="radio" value="old" [% IF menustyle_old %]checked[% END %]>
|
|
154 |
<label for="menustyle_old"> <translate>Old (on the side)</translate></label>
|
|
149 |
<select name="menustyle">
|
|
150 |
<option value="v3"[% IF menustyle_v3 %] selected[% END %]><translate>Top (CSS)</translate></option>
|
|
151 |
<option value="neu"[% IF menustyle_neu %] selected[% END %]><translate>Top (Javascript)</translate></option>
|
|
152 |
<option value="xml"[% IF menustyle_xml %] selected[% END %]><translate>Top (XUL; only for Mozilla Firefox)</translate></option>
|
|
153 |
<option value="old"[% IF menustyle_old %] selected[% END %]><translate>Old (on the side)</translate></option>
|
|
154 |
</select>
|
|
155 | 155 |
</td> |
156 | 156 |
</tr> |
157 | 157 |
|
Auch abrufbar als: Unified diff
Benutzermaske im Adminbereich: Das Menü wird jetzt über eine Drop-Down-Box ausgewählt. Die Auswahl enthält auch das XUL-basierende Menü.