mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
27 lines
1.1 KiB
Smarty
27 lines
1.1 KiB
Smarty
<div class="row">
|
|
<div class="col-sm-2 col-12 settings-header">Theme Settings</div>
|
|
<div class="col-sm-10 col-12">
|
|
<form role="form" class="persona-settings">
|
|
<div class="checkbox">
|
|
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
|
<input class="mdl-switch__input" type="checkbox" id="hideSubCategories" name="hideSubCategories">
|
|
<span class="mdl-switch__label"><strong>Hide subcategories on categories view</strong></span>
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
|
<input class="mdl-switch__input" type="checkbox" id="hideCategoryLastPost" name="hideCategoryLastPost">
|
|
<span class="mdl-switch__label"><strong>Hide last post on categories view</strong></span>
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
|
<input class="mdl-switch__input" type="checkbox" id="enableQuickReply" name="enableQuickReply">
|
|
<span class="mdl-switch__label"><strong>Enable quick reply</strong></span>
|
|
</label>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IMPORT admin/partials/save_button.tpl -->
|