Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
c0f144ad
Commit
c0f144ad
authored
Mar 20, 2017
by
Maxim Kadushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE mobile] временно скрыта опция для установки фильтра
parent
3c6ab309
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
3 deletions
+12
-3
apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
+5
-0
apps/spreadsheeteditor/mobile/locale/de.json
apps/spreadsheeteditor/mobile/locale/de.json
+2
-1
apps/spreadsheeteditor/mobile/locale/en.json
apps/spreadsheeteditor/mobile/locale/en.json
+2
-1
apps/spreadsheeteditor/mobile/locale/fr.json
apps/spreadsheeteditor/mobile/locale/fr.json
+1
-0
apps/spreadsheeteditor/mobile/locale/ru.json
apps/spreadsheeteditor/mobile/locale/ru.json
+2
-1
No files found.
apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
View file @
c0f144ad
...
...
@@ -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
'
)]);
...
...
apps/spreadsheeteditor/mobile/locale/de.json
View file @
c0f144ad
...
...
@@ -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"
,
...
...
apps/spreadsheeteditor/mobile/locale/en.json
View file @
c0f144ad
...
...
@@ -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"
,
...
...
apps/spreadsheeteditor/mobile/locale/fr.json
View file @
c0f144ad
...
...
@@ -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"
,
...
...
apps/spreadsheeteditor/mobile/locale/ru.json
View file @
c0f144ad
...
...
@@ -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"
:
"По центру"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment