mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Resolve #315
This commit is contained in:
parent
d31244e747
commit
5b3dfc26de
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<span data-i18n="POPUPS_FILTER/TITLE_EDIT_FILTER" data-bind="visible: !isNew()"></span>
|
<span data-i18n="POPUPS_FILTER/TITLE_EDIT_FILTER" data-bind="visible: !isNew()"></span>
|
||||||
</h3>
|
</h3>
|
||||||
</header>
|
</header>
|
||||||
<div class="modal-body" data-bind="with: filter, i18nInit: filter">
|
<div class="modal-body" data-bind="with: filter, i18nUpdate: filter">
|
||||||
<div class="control-group" data-bind="css: {'error': nameError}">
|
<div class="control-group" data-bind="css: {'error': nameError}">
|
||||||
<input type="text" class="span5"
|
<input type="text" class="span5"
|
||||||
data-bind="value: name, hasfocus: nameFocused"
|
data-bind="value: name, hasfocus: nameFocused"
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
<div class="control-group" data-bind="visible: 0 === conditions().length"
|
<div class="control-group" data-bind="visible: 0 === conditions().length"
|
||||||
data-i18n="POPUPS_FILTER/ALL_INCOMING_MESSAGES_DESC"></div>
|
data-i18n="POPUPS_FILTER/ALL_INCOMING_MESSAGES_DESC"></div>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<a class="btn" data-bind="click: addCondition, i18nInit: true" data-icon="✚" data-i18n="POPUPS_FILTER/BUTTON_ADD_CONDITION"></a>
|
<a class="btn" data-bind="click: addCondition" data-icon="✚" data-i18n="POPUPS_FILTER/BUTTON_ADD_CONDITION"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="legend" data-i18n="POPUPS_FILTER/LEGEND_ACTIONS"></div>
|
<div class="legend" data-i18n="POPUPS_FILTER/LEGEND_ACTIONS"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue