mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Compare commits
2 commits
f7f3b0d373
...
6b3c073ddd
Author | SHA1 | Date | |
---|---|---|---|
|
6b3c073ddd | ||
|
c651112cc0 |
3 changed files with 4 additions and 5 deletions
|
@ -15,8 +15,7 @@
|
||||||
"url": "git://github.com/the-djmaze/snappymail.git"
|
"url": "git://github.com/the-djmaze/snappymail.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch-css": "gulp watchCss",
|
"watch-css": "gulp watchCss"
|
||||||
"watch-js": "webpack --color --watch"
|
|
||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"licenses": [
|
"licenses": [
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group" data-bind="email().length">
|
<div class="control-group">
|
||||||
<label class="fontastic iconsize24" data-i18n="[title]GLOBAL/EMAIL">@</label>
|
<label class="fontastic iconsize24" data-i18n="[title]GLOBAL/EMAIL">@</label>
|
||||||
<div>
|
<div>
|
||||||
<label class="e-component e-checkbox material-design">
|
<label class="e-component e-checkbox material-design">
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div data-bind="foreach: conditions">
|
<div data-bind="foreach: conditions">
|
||||||
<div class="control-group" data-bind="css: {'error': valueError}" style="display:flex">
|
<div class="control-group" data-bind="css: {'error': valueError}" style="display:flex">
|
||||||
<div style="flex-grow:1" data-bind="css: {'error': valueError}, template: {'name': template(), 'data': $data}"></div>
|
<div style="flex-grow:1" data-bind="css: {'error': valueError}, template: {name: template(), data: $data}"></div>
|
||||||
<span class="delete-action button-delete fontastic" style="margin-top: 5px;"
|
<span class="delete-action button-delete fontastic" style="margin-top: 5px;"
|
||||||
data-bind="click: function (oCondition) { $root.removeCondition(oCondition); }">🗑</span>
|
data-bind="click: function (oCondition) { $root.removeCondition(oCondition); }">🗑</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<div class="legend" data-i18n="POPUPS_FILTER/LEGEND_ACTIONS"></div>
|
<div class="legend" data-i18n="POPUPS_FILTER/LEGEND_ACTIONS"></div>
|
||||||
<select class="span3" data-bind="options: $root.actionTypeOptions, value: actionType, optionsText: 'name', optionsValue: 'id'"></select>
|
<select class="span3" data-bind="options: $root.actionTypeOptions, value: actionType, optionsText: 'name', optionsValue: 'id'"></select>
|
||||||
<div data-bind="template: {'name': actionTemplate()}, i18nUpdate: actionTemplate"></div>
|
<div data-bind="template: {name: actionTemplate()}, i18nUpdate: actionTemplate"></div>
|
||||||
</form>
|
</form>
|
||||||
<footer>
|
<footer>
|
||||||
<button class="btn buttonSave" form="sieve-script-filter" data-icon="✔" data-i18n="GLOBAL/DONE"></button>
|
<button class="btn buttonSave" form="sieve-script-filter" data-icon="✔" data-i18n="GLOBAL/DONE"></button>
|
||||||
|
|
Loading…
Reference in a new issue