mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
settings checkboxes - webcrawler, tags, advanced
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
<div class="col-xs-10">
|
||||
<form>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="maintenanceMode"> <strong>Maintenance Mode</strong>
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="maintenanceMode">
|
||||
<span class="mdl-switch__label"><strong>Maintenance Mode</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
<p class="help-block">
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
<div class="col-xs-10">
|
||||
<form>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="privateTagListing"> Make the tags list private
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="privateTagListing">
|
||||
<span class="mdl-switch__label">Make the tags list private</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -15,14 +15,16 @@
|
||||
<div class="col-xs-10">
|
||||
<form>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="feeds:disableRSS"> <strong>Disable RSS Feeds</strong>
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="feeds:disableRSS">
|
||||
<span class="mdl-switch__label"><strong>Disable RSS Feeds</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="feeds:disableSitemap"> <strong>Disable Sitemap.xml</strong>
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="feeds:disableSitemap">
|
||||
<span class="mdl-switch__label"><strong>Disable Sitemap.xml</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user