Settings update

This commit is contained in:
Hans Karlinius
2017-05-21 10:43:37 +02:00
parent d5adcb6c00
commit ea4ef81757
5 changed files with 78 additions and 36 deletions

View File

@@ -8,4 +8,11 @@
<input type="text" name="pref_pass" value="[% prefs.pass == '_pass_' ? '' : prefs.pass %]">
[% END %]
[% WRAPPER setting title="PLUGIN_ASSISTANT_SHOW_HOME" desc="PLUGIN_ASSISTANT_SHOW_HOME_DESC" %]
<select class="stdedit" name="pref_show_home">
<option [% IF NOT prefs.show_home %]selected [% END %]value="0">[% 'NO' | getstring %]</option>
<option [% IF prefs.show_home %]selected [% END %]value="1">[% 'YES' | getstring %]</option>
</select>
[% END %]
[% PROCESS settings/footer.html %]