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
a87dc0c2
Commit
a87dc0c2
authored
Mar 27, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] Fix bug 33933
parent
a21faafe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
apps/documenteditor/mobile/app/controller/add/AddTable.js
apps/documenteditor/mobile/app/controller/add/AddTable.js
+5
-2
apps/presentationeditor/mobile/app/controller/add/AddTable.js
.../presentationeditor/mobile/app/controller/add/AddTable.js
+5
-2
No files found.
apps/documenteditor/mobile/app/controller/add/AddTable.js
View file @
a87dc0c2
...
...
@@ -117,7 +117,7 @@ define([
text
:
''
,
afterText
:
'
<div class="content-block">
'
+
'
<div class="row">
'
+
'
<div class="row
no-gutter" style="text-align: center;
">
'
+
'
<div class="col-50">
'
+
me
.
textColumns
+
'
</div>
'
+
'
<div class="col-50">
'
+
me
.
textRows
+
'
</div>
'
+
'
</div>
'
+
...
...
@@ -152,9 +152,12 @@ define([
rotateEffect
:
true
,
value
:
[
3
,
3
],
cols
:
[{
textAlign
:
'
left
'
,
textAlign
:
'
center
'
,
width
:
'
100%
'
,
values
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
},
{
textAlign
:
'
center
'
,
width
:
'
100%
'
,
values
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
}]
});
...
...
apps/presentationeditor/mobile/app/controller/add/AddTable.js
View file @
a87dc0c2
...
...
@@ -104,7 +104,7 @@ define([
text
:
''
,
afterText
:
'
<div class="content-block">
'
+
'
<div class="row">
'
+
'
<div class="row
no-gutter" style="text-align: center;
">
'
+
'
<div class="col-50">
'
+
me
.
textColumns
+
'
</div>
'
+
'
<div class="col-50">
'
+
me
.
textRows
+
'
</div>
'
+
'
</div>
'
+
...
...
@@ -139,9 +139,12 @@ define([
rotateEffect
:
true
,
value
:
[
3
,
3
],
cols
:
[{
textAlign
:
'
left
'
,
textAlign
:
'
center
'
,
width
:
'
100%
'
,
values
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
},
{
textAlign
:
'
center
'
,
width
:
'
100%
'
,
values
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
}]
});
...
...
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