mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
13 lines
348 B
HTML
13 lines
348 B
HTML
|
<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>
|