mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +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>
|
||||
</h3>
|
||||
</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}">
|
||||
<input type="text" class="span5"
|
||||
data-bind="value: name, hasfocus: nameFocused"
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<div class="control-group" data-bind="visible: 0 === conditions().length"
|
||||
data-i18n="POPUPS_FILTER/ALL_INCOMING_MESSAGES_DESC"></div>
|
||||
<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 class="legend" data-i18n="POPUPS_FILTER/LEGEND_ACTIONS"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue