Revision e45f8b12
Von Holger Will vor etwa 17 Jahren hinzugefügt
templates/webpages/am/config_master.html | ||
---|---|---|
106 | 106 |
<label for="menustyle_neu"><translate>Top (Javascript)</translate></label> |
107 | 107 |
<input name="menustyle" id="menustyle_old" type="radio" class="radio" value="old" [% IF menustyle_old %]checked[% END %]> |
108 | 108 |
<label for="menustyle_old"><translate>Old (on the side)</translate></label> |
109 |
<input name="menustyle" id="menustyle_xml" type="radio" class="radio" value="xml" [% IF menustyle_xml %]checked[% END %]> |
|
110 |
<label for="menustyle_xml">XML (XUL,...)</label> |
|
109 | 111 |
</td> |
110 | 112 |
</tr> |
111 | 113 |
|
114 |
<tr valign="top"> |
|
115 |
<th align="right">Favoriten</th> |
|
116 |
<td><textarea name="favorites" rows="4" cols="50">[% HTML.escape(myconfig_favorites) %]</textarea></td> |
|
117 |
</tr> |
|
118 |
|
|
112 | 119 |
<tr> |
113 | 120 |
<th align="right"><translate>Form details (second row)</translate></th> |
114 | 121 |
<td> |
Auch abrufbar als: Unified diff
XML basiertes Menue, Versuch 2, siehe Bug #771