36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<!-- page metadata -->
|
|
<div class="divContent">
|
|
<h2>Allgemeine Einstellungen</h2>
|
|
<div class="divLine"> </div>
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<th>Name</th>
|
|
<td><input type="text" name="name" value="{NAME}" class="formText" onChange="unsave()" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Online sichtbar</th>
|
|
<td><input type="checkbox" name="visible" value="1" {VISIBLE} onChange="unsave()" /></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Editierbar von</th>
|
|
<td>
|
|
<select name="editable" onChange="unsave()">
|
|
<option value="3" {EDITABLE3}>Administrator</option>
|
|
<option value="2" {EDITABLE2}>Redakteuren</option>
|
|
<option value="1" {EDITABLE1}>allen Benutzern</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Sichtbar für</th>
|
|
<td>
|
|
<select name="listable" onChange="unsave()">
|
|
<option value="3" {LISTABLE3}>Administrator</option>
|
|
<option value="2" {LISTABLE2}>Redakteure</option>
|
|
<option value="1" {LISTABLE1}>alle Benutzer</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="divSeparator"> </div> |