add UI counterpart on automatic sidebar display
This commit is contained in:
parent
9b801f33f0
commit
b78bf41dff
1 changed files with 7 additions and 6 deletions
|
@ -23,12 +23,7 @@
|
||||||
<ul class="input-field">
|
<ul class="input-field">
|
||||||
<li>
|
<li>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input type="checkbox" data-store="settings,general,showApplicable" class="filled-in" data-store-location="1" />
|
||||||
type="checkbox"
|
|
||||||
data-store="settings,general,showApplicable"
|
|
||||||
class="filled-in"
|
|
||||||
data-store-location="1"
|
|
||||||
/>
|
|
||||||
<span for="settings_general_showApplicable"></span>
|
<span for="settings_general_showApplicable"></span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
@ -49,6 +44,12 @@
|
||||||
<span for="settings_behavior_autoRun"></span>
|
<span for="settings_behavior_autoRun"></span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" data-store="settings,behavior,autoOpen" class="filled-in" data-store-location="1" />
|
||||||
|
<span for="settings_behavior_autoOpen"></span>
|
||||||
|
</label>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue