nodebb-theme-harmony/templates/admin/plugins/persona.tpl
Julian Lam 5f176cfeaa feat: init 🎉
Harmony starts here
Blank slate for now; bye bye styles
Let us now begin.
2022-11-25 11:59:13 -05:00

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 -->