Skip to content

Commit

Permalink
Add checkbox for switch instead of text
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Aug 23, 2018
1 parent adee6ff commit 528de14
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions themesettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,55 +16,52 @@ <h2><span data-i18n="General options">General options</span>:</h2>
<br/>
<input id="themevar12" name="themevar12" value="custom_settings_menu" type="checkbox"><label for="themevar12" data-i18n="Custom Settings Menu">Machinon Settings Menu</label>
<br/>
<!-- <input id="themevar13" name="themevar13" value="cool_function_3" type="checkbox"><label for="themevar13" data-i18n="Cool Function 3">Cool Function 3</label>
</p>
<br/>
<input id="themevar13" name="themevar13" value="icon_on_tabs" type="checkbox"><label for="themevar13" data-i18n="Icon On Tabs">Icon On Tabs</label>
<br/>

<h2><span data-i18n="Dashboard options">Dashboard options</span>:</h2>
<p>
<input id="themevar20" name="themevar20" value="dashboard_show_last_update" type="checkbox"><label for="themevar21" data-i18n="Show the last update time">Show items' last update time</label>
<input id="themevar20" name="themevar20" value="switch_instead_of_bigtext" type="checkbox"><label for="themevar21" data-i18n="Switch Instead of Text">Switch Instead of Text</label>
<br/>
<input id="themevar21" name="themevar21" value="time_ago" type="checkbox"><label for="themevar28" data-i18n="Show how long ago items updated">Show how long ago items updated</label>
</p> -->
<!-- <input id="themevar21" name="themevar21" value="time_ago" type="checkbox"><label for="themevar28" data-i18n="Show how long ago items updated">Show how long ago items updated</label> -->
</p>

</div>
<div class="span6">
<div id="aboutTheme">
<h3>Machinon theme</h3>
<p>
This is a theme for Domoticz. Theme is in progress with project machinon.<br/>
Follow us on <a href="https://github.com/EdddieN/machinon">github</a>. If you have any issues with the theme, report them <a href="https://github.com/EdddieN/machinon-domoticz_theme/issues">here</a>.
Follow us on <a href="https://github.com/EdddieN/machinon">github</a>. If you have any issues with the theme, report them <a href="https://github.com/EdddieN/machinon-domoticz_theme/issues">here</a>.<br/>
Minimalistic design for better view for the user
</p>

<h3>General features</h3>
<p>
Machinon saves the settings in localStorge in your browser. You can have diffrent settings in seperate devices.
</p>
<b>Design:</b>
<b>Footer Text Disabled:</b>
<p>
Minimalistic design for better view for the user.
Matter of taste. Looks great on Tablets.
</p>
<b>Machinon settings menu:</b>
<p>
A custom settings menu instead of the dropdown list. Better overview for the user.<br/>
<i><b>(This also disables the custom menu. Navbar looks better with disabled custom menu. We are working on a solution)</b></i>
</p>
<b>Footer Text Disabled:</b>
<b>Switch Instead of Text</b>
<p>
Matter of taste. Looks great on Tablets.
</p>

Switch instead of Big text the upper right.
</p>
<p></p>
<p>Designed in 2018 by EdddieN.</p>
</div>
<p>
<button class="btn btn-info" id="themeResetButton" data-i18n="Reset theme">Reset theme</button>
<button class="resetbtn" id="themeResetButton" data-i18n="Reset theme">Reset Theme</button>
</p>
</div>
</div>
</div>
<script>
$("#themesettings").i18n();
</script>

0 comments on commit 528de14

Please sign in to comment.