mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Add contacts configutation page in admin panel
This commit is contained in:
parent
0ec4fc89d4
commit
74af8f793a
9 changed files with 229 additions and 30 deletions
|
|
@ -32,7 +32,7 @@
|
|||
Theme
|
||||
</label>
|
||||
<div class="controls">
|
||||
<select data-bind="options: themesOptions, value: mainTheme, optionsText: 'optText', optionsValue: 'optValue', saveTrigger: themeTrigger"></select>
|
||||
<select class="span2" data-bind="options: themesOptions, value: mainTheme, optionsText: 'optText', optionsValue: 'optValue', saveTrigger: themeTrigger"></select>
|
||||
<div data-bind="saveTrigger: themeTrigger"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
Title
|
||||
</label>
|
||||
<div class="controls">
|
||||
<input type="text" data-bind="value: title, saveTrigger: titleTrigger" />
|
||||
<input type="text" class="span5" data-bind="value: title, saveTrigger: titleTrigger" />
|
||||
<div data-bind="saveTrigger: titleTrigger"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
Loading Description
|
||||
</label>
|
||||
<div class="controls">
|
||||
<input type="text" data-bind="value: loadingDesc, saveTrigger: loadingDescTrigger" />
|
||||
<input type="text" class="span5" data-bind="value: loadingDesc, saveTrigger: loadingDescTrigger" />
|
||||
<div data-bind="saveTrigger: loadingDescTrigger"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue