[SSE mobile] временно скрыта опция для установки фильтра

This commit is contained in:
Maxim Kadushkin 2017-03-20 14:28:14 +03:00
parent 3c6ab30988
commit c0f144adfc
5 changed files with 12 additions and 3 deletions

View file

@ -188,6 +188,11 @@ define([
var me = this;
$('.settings .sortdown').single('click', function (e) {me.fireEvent('insert:sort',['down']);});
$('.settings .sortup').single('click', function (e) {me.fireEvent('insert:sort',['up']);});
// temporary hidden
// TODO: make filter's options menu
$('.settings #other-chb-insfilter').parents('.list-block').hide();
$('.settings #other-chb-insfilter input:checkbox').single('change', function (e) {
var $checkbox = $(e.currentTarget);
me.fireEvent('insert:filter', [$checkbox.is(':checked')]);

View file

@ -283,7 +283,8 @@
"SSE.Views.AddOther.textInsert": "Einfügen",
"SSE.Views.AddOther.textInsertImage": "Bild einfügen",
"SSE.Views.AddOther.textLink": "Link",
"SSE.Views.AddOther.textSort": "Sortieren und Filtern",
"SSE.Views.AddOther.textSortOrig": "Sortieren und Filtern",
"SSE.Views.AddOther.textSort": "Sortieren",
"SSE.Views.EditCell.textAccounting": "Rechnungswesen",
"SSE.Views.EditCell.textAlignBottom": "Unten ausrichten",
"SSE.Views.EditCell.textAlignCenter": "Zentriert ausrichten",

View file

@ -285,7 +285,8 @@
"SSE.Views.AddOther.textInsert": "Insert",
"SSE.Views.AddOther.textInsertImage": "Insert Image",
"SSE.Views.AddOther.textLink": "Link",
"SSE.Views.AddOther.textSort": "Sort and Filter",
"SSE.Views.AddOther.textSortOrig": "Sort and Filter",
"SSE.Views.AddOther.textSort": "Sort",
"SSE.Views.EditCell.textAccounting": "Accounting",
"SSE.Views.EditCell.textAlignBottom": "Align Bottom",
"SSE.Views.EditCell.textAlignCenter": "Align Center",

View file

@ -283,6 +283,7 @@
"SSE.Views.AddOther.textInsert": "Insérer",
"SSE.Views.AddOther.textInsertImage": "Insérer une image",
"SSE.Views.AddOther.textLink": "Lien",
"SSE.Views.AddOther.textSortOrig": "Trier",
"SSE.Views.AddOther.textSort": "Trier et filtrer",
"SSE.Views.EditCell.textAccounting": "Comptabilité",
"SSE.Views.EditCell.textAlignBottom": "Aligner en bas",

View file

@ -283,7 +283,8 @@
"SSE.Views.AddOther.textInsert": "Вставить",
"SSE.Views.AddOther.textInsertImage": "Вставить изображение",
"SSE.Views.AddOther.textLink": "Ссылка",
"SSE.Views.AddOther.textSort": "Сортировка и фильтрация",
"SSE.Views.AddOther.textSortOrig": "Сортировка и фильтрация",
"SSE.Views.AddOther.textSort": "Сортировка",
"SSE.Views.EditCell.textAccounting": "Финансовый",
"SSE.Views.EditCell.textAlignBottom": "По нижнему краю",
"SSE.Views.EditCell.textAlignCenter": "По центру",