You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
865 B
Smarty
24 lines
865 B
Smarty
12 years ago
|
<h1>Settings</h1>
|
||
|
<hr />
|
||
|
|
||
|
<form>
|
||
|
<h3>Privilege Thresholds</h3>
|
||
|
<div class="alert alert-notify">
|
||
|
<p>Use <strong>privilege thresholds</strong> to manage how much reputation a user must gain to receive moderator access.</p><br />
|
||
|
<strong>Manage Thread</strong><br /> <input type="text" class="" value="1000"><br />
|
||
|
<strong>Moderate Users</strong><br /> <input type="text" class="" value="10000"><br />
|
||
|
<strong>Create Pinned Topics</strong><br /> <input type="text" class="" value="100000"><br />
|
||
|
|
||
|
</div>
|
||
|
</form>
|
||
|
|
||
|
<form>
|
||
|
<h3>Email Settings</h3>
|
||
|
<div class="alert alert-notify">
|
||
|
<strong>Email Address</strong><br /> <input type="text" class="" value="info@localhost"><br />
|
||
|
</div>
|
||
|
</form>
|
||
|
|
||
|
|
||
|
<button class="btn btn-large btn-primary" type="submit">Save</button>
|
||
|
<button class="btn btn-large" type="submit" disabled>Delete</button>
|