Skip to content

Commit e0599e5

Browse files
author
cfoe
committed
branding options file
1 parent 31f6ceb commit e0599e5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<h2><tmpl_var name="list_head_txt"></h2>
2+
<p><tmpl_var name="list_desc_txt"></p>
3+
4+
<div class="panel panel_system_config">
5+
6+
<div class="pnl_formsarea">
7+
<fieldset class="inlineLabels"><legend><tmpl_var name="branding_txt">Branding</legend>
8+
<div class="ctrlHolder">
9+
<p class="label">{tmpl_var name='allow_themechange_txt'}Allow users to change theme</p>
10+
<div class="multiField">
11+
{tmpl_var name='allow_themechange'}
12+
</div>
13+
</div>
14+
</fieldset>
15+
<input type="hidden" name="id" value="{tmpl_var name='id'}">
16+
<div class="buttonHolder buttons">
17+
<button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','admin/system_config_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button>
18+
<button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('admin/server_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button>
19+
</div>
20+
</div>
21+
22+
</div>

0 commit comments

Comments
 (0)