mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
24 lines
865 B
Smarty
24 lines
865 B
Smarty
<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> |