Updater: keep custom theme preference with the new theme setting
This commit is contained in:
parent
a0df06517b
commit
04a0e8ea34
8 changed files with 163 additions and 69 deletions
tpl/default
|
@ -25,11 +25,7 @@
|
|||
<td>
|
||||
<select name="theme" id="theme">
|
||||
{loop="$theme_available"}
|
||||
<option value="{$value}"
|
||||
{if="$value===$theme"}
|
||||
selected="selected"
|
||||
{/if}
|
||||
>
|
||||
<option value="{$value}" {if="$value===$theme"}selected{/if}>
|
||||
{$value|ucfirst}
|
||||
</option>
|
||||
{/loop}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue