Commit c0f144ad authored by Maxim Kadushkin's avatar Maxim Kadushkin

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

parent 3c6ab309
......@@ -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')]);
......
......@@ -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",
......
......@@ -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",
......
......@@ -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",
......
......@@ -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": "По центру",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment