Revision 8651e027
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
3 | 3 |
[%- USE HTML %][%- USE L %] |
4 | 4 |
<h1>[% title %]</h1> |
5 | 5 |
|
6 |
<form method="post" action="am.pl" name="Form"> |
|
7 |
<input type="hidden" name="type" value="preferences"> |
|
8 |
|
|
6 |
<form method="post" action="am.pl" name="Form" id="form"> |
|
9 | 7 |
<div class="tabwidget"> |
10 | 8 |
<ul> |
11 | 9 |
<li><a href="#page_personal_settings">[% 'Personal settings' | $T8 %]</a></li> |
... | ... | |
245 | 243 |
</table> |
246 | 244 |
</div> |
247 | 245 |
</div> |
248 |
|
|
249 |
<p><input type="submit" class="submit" name="action" value="[% 'Save' | $T8 %]"></p> |
|
250 | 246 |
</form> |
251 | 247 |
|
252 | 248 |
<script type="text/javascript"> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung bei »Benutzereinstellungen«