mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Resolve #728 by removing impossible button
This commit is contained in:
parent
9502fa3f5a
commit
f4b9501388
3 changed files with 0 additions and 10 deletions
|
|
@ -210,10 +210,6 @@ export class FilterModel extends AbstractModel {
|
||||||
this.conditions.remove(oConditionToDelete);
|
this.conditions.remove(oConditionToDelete);
|
||||||
}
|
}
|
||||||
|
|
||||||
setRecipients() {
|
|
||||||
// this.actionValueFourth(AccountUserStore.getEmailAddresses().join(', '));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @static
|
* @static
|
||||||
* @param {FetchJsonFilter} json
|
* @param {FetchJsonFilter} json
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,4 @@
|
||||||
.button-delete {
|
.button-delete {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setRecipientsBtn {
|
|
||||||
margin-top: -2px;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
<div>
|
<div>
|
||||||
<input type="text" class="span5" data-bind="value: actionValueFourth"
|
<input type="text" class="span5" data-bind="value: actionValueFourth"
|
||||||
data-i18n="[placeholder]POPUPS_FILTER/VACATION_RECIPIENTS_LABEL">
|
data-i18n="[placeholder]POPUPS_FILTER/VACATION_RECIPIENTS_LABEL">
|
||||||
<button class="btn setRecipientsBtn fontastic" data-bind="click: setRecipients">✚</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group" style="margin-bottom: 0">
|
<div class="control-group" style="margin-bottom: 0">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue