mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Move to plugin #385
This commit is contained in:
parent
86ac71ea2e
commit
9789a2509f
13 changed files with 197 additions and 67 deletions
12
plugins/kolab/templates/KolabSettings.html
Normal file
12
plugins/kolab/templates/KolabSettings.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<div class="b-settings-kolab form-horizontal">
|
||||
<div class="legend">Kolab</div>
|
||||
<div class="form-horizontal">
|
||||
|
||||
<div class="control-group">
|
||||
<label data-i18n="KOLAB/CONTACTS_FOLDER"></label>
|
||||
<select data-bind="options: contactFoldersList, value: contactFolder,
|
||||
optionsText: 'name', optionsValue: 'id'"></select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue