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
925b49f8
Commit
925b49f8
authored
Jun 05, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 35065.
parent
803da5a3
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
27 deletions
+22
-27
apps/documenteditor/main/app/view/DocumentHolder.js
apps/documenteditor/main/app/view/DocumentHolder.js
+6
-9
apps/documenteditor/main/locale/en.json
apps/documenteditor/main/locale/en.json
+3
-3
apps/presentationeditor/main/app/view/DocumentHolder.js
apps/presentationeditor/main/app/view/DocumentHolder.js
+6
-9
apps/presentationeditor/main/locale/en.json
apps/presentationeditor/main/locale/en.json
+3
-3
apps/spreadsheeteditor/main/app/view/DocumentHolder.js
apps/spreadsheeteditor/main/app/view/DocumentHolder.js
+1
-1
apps/spreadsheeteditor/main/app/view/Toolbar.js
apps/spreadsheeteditor/main/app/view/Toolbar.js
+1
-1
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+2
-1
No files found.
apps/documenteditor/main/app/view/DocumentHolder.js
View file @
925b49f8
...
@@ -2347,21 +2347,21 @@ define([
...
@@ -2347,21 +2347,21 @@ define([
menuAlign
:
'
tl-tr
'
,
menuAlign
:
'
tl-tr
'
,
items
:
[
items
:
[
me
.
menuTableCellTop
=
new
Common
.
UI
.
MenuItem
({
me
.
menuTableCellTop
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
t
opCellText
,
caption
:
me
.
t
extShapeAlignTop
,
toggleGroup
:
'
popuptablecellalign
'
,
toggleGroup
:
'
popuptablecellalign
'
,
checkable
:
true
,
checkable
:
true
,
checked
:
false
,
checked
:
false
,
valign
:
Asc
.
c_oAscVertAlignJc
.
Top
valign
:
Asc
.
c_oAscVertAlignJc
.
Top
}).
on
(
'
click
'
,
_
.
bind
(
tableCellsVAlign
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
tableCellsVAlign
,
me
)),
me
.
menuTableCellCenter
=
new
Common
.
UI
.
MenuItem
({
me
.
menuTableCellCenter
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
centerCellText
,
caption
:
me
.
textShapeAlignMiddle
,
toggleGroup
:
'
popuptablecellalign
'
,
toggleGroup
:
'
popuptablecellalign
'
,
checkable
:
true
,
checkable
:
true
,
checked
:
false
,
checked
:
false
,
valign
:
Asc
.
c_oAscVertAlignJc
.
Center
valign
:
Asc
.
c_oAscVertAlignJc
.
Center
}).
on
(
'
click
'
,
_
.
bind
(
tableCellsVAlign
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
tableCellsVAlign
,
me
)),
me
.
menuTableCellBottom
=
new
Common
.
UI
.
MenuItem
({
me
.
menuTableCellBottom
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
bottomCellText
,
caption
:
me
.
textShapeAlignBottom
,
toggleGroup
:
'
popuptablecellalign
'
,
toggleGroup
:
'
popuptablecellalign
'
,
checkable
:
true
,
checkable
:
true
,
checked
:
false
,
checked
:
false
,
...
@@ -2863,21 +2863,21 @@ define([
...
@@ -2863,21 +2863,21 @@ define([
menuAlign
:
'
tl-tr
'
,
menuAlign
:
'
tl-tr
'
,
items
:
[
items
:
[
me
.
menuParagraphTop
=
new
Common
.
UI
.
MenuItem
({
me
.
menuParagraphTop
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
t
opCellText
,
caption
:
me
.
t
extShapeAlignTop
,
checkable
:
true
,
checkable
:
true
,
checked
:
false
,
checked
:
false
,
toggleGroup
:
'
popupparagraphvalign
'
,
toggleGroup
:
'
popupparagraphvalign
'
,
valign
:
Asc
.
c_oAscVAlign
.
Top
valign
:
Asc
.
c_oAscVAlign
.
Top
}).
on
(
'
click
'
,
_
.
bind
(
paragraphVAlign
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
paragraphVAlign
,
me
)),
me
.
menuParagraphCenter
=
new
Common
.
UI
.
MenuItem
({
me
.
menuParagraphCenter
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
centerCellText
,
caption
:
me
.
textShapeAlignMiddle
,
checkable
:
true
,
checkable
:
true
,
checked
:
false
,
checked
:
false
,
toggleGroup
:
'
popupparagraphvalign
'
,
toggleGroup
:
'
popupparagraphvalign
'
,
valign
:
Asc
.
c_oAscVAlign
.
Center
valign
:
Asc
.
c_oAscVAlign
.
Center
}).
on
(
'
click
'
,
_
.
bind
(
paragraphVAlign
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
paragraphVAlign
,
me
)),
me
.
menuParagraphBottom
=
new
Common
.
UI
.
MenuItem
({
me
.
menuParagraphBottom
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
bottomCellText
,
caption
:
me
.
textShapeAlignBottom
,
checkable
:
true
,
checkable
:
true
,
checked
:
false
,
checked
:
false
,
toggleGroup
:
'
popupparagraphvalign
'
,
toggleGroup
:
'
popupparagraphvalign
'
,
...
@@ -3357,9 +3357,6 @@ define([
...
@@ -3357,9 +3357,6 @@ define([
/** coauthoring begin **/
/** coauthoring begin **/
addCommentText
:
'
Add Comment
'
,
addCommentText
:
'
Add Comment
'
,
/** coauthoring end **/
/** coauthoring end **/
topCellText
:
'
Align Top
'
,
centerCellText
:
'
Align Center
'
,
bottomCellText
:
'
Align Bottom
'
,
cellAlignText
:
'
Cell Vertical Alignment
'
,
cellAlignText
:
'
Cell Vertical Alignment
'
,
txtInline
:
'
Inline
'
,
txtInline
:
'
Inline
'
,
txtSquare
:
'
Square
'
,
txtSquare
:
'
Square
'
,
...
...
apps/documenteditor/main/locale/en.json
View file @
925b49f8
...
@@ -677,11 +677,11 @@
...
@@ -677,11 +677,11 @@
"DE.Views.DocumentHolder.advancedText"
:
"Advanced Settings"
,
"DE.Views.DocumentHolder.advancedText"
:
"Advanced Settings"
,
"DE.Views.DocumentHolder.alignmentText"
:
"Alignment"
,
"DE.Views.DocumentHolder.alignmentText"
:
"Alignment"
,
"DE.Views.DocumentHolder.belowText"
:
"Below"
,
"DE.Views.DocumentHolder.belowText"
:
"Below"
,
"DE.Views.DocumentHolder.bottomCellText"
:
"Align Bottom"
,
"
del_
DE.Views.DocumentHolder.bottomCellText"
:
"Align Bottom"
,
"DE.Views.DocumentHolder.breakBeforeText"
:
"Page break before"
,
"DE.Views.DocumentHolder.breakBeforeText"
:
"Page break before"
,
"DE.Views.DocumentHolder.cellAlignText"
:
"Cell Vertical Alignment"
,
"DE.Views.DocumentHolder.cellAlignText"
:
"Cell Vertical Alignment"
,
"DE.Views.DocumentHolder.cellText"
:
"Cell"
,
"DE.Views.DocumentHolder.cellText"
:
"Cell"
,
"DE.Views.DocumentHolder.centerCellText"
:
"Align Center"
,
"
del_
DE.Views.DocumentHolder.centerCellText"
:
"Align Center"
,
"DE.Views.DocumentHolder.centerText"
:
"Center"
,
"DE.Views.DocumentHolder.centerText"
:
"Center"
,
"DE.Views.DocumentHolder.chartText"
:
"Chart Advanced Settings"
,
"DE.Views.DocumentHolder.chartText"
:
"Chart Advanced Settings"
,
"DE.Views.DocumentHolder.columnText"
:
"Column"
,
"DE.Views.DocumentHolder.columnText"
:
"Column"
,
...
@@ -755,7 +755,7 @@
...
@@ -755,7 +755,7 @@
"DE.Views.DocumentHolder.textShapeAlignTop"
:
"Align Top"
,
"DE.Views.DocumentHolder.textShapeAlignTop"
:
"Align Top"
,
"DE.Views.DocumentHolder.textWrap"
:
"Wrapping Style"
,
"DE.Views.DocumentHolder.textWrap"
:
"Wrapping Style"
,
"DE.Views.DocumentHolder.tipIsLocked"
:
"This element is currently being edited by another user."
,
"DE.Views.DocumentHolder.tipIsLocked"
:
"This element is currently being edited by another user."
,
"DE.Views.DocumentHolder.topCellText"
:
"Align Top"
,
"
del_
DE.Views.DocumentHolder.topCellText"
:
"Align Top"
,
"DE.Views.DocumentHolder.txtAddBottom"
:
"Add bottom border"
,
"DE.Views.DocumentHolder.txtAddBottom"
:
"Add bottom border"
,
"DE.Views.DocumentHolder.txtAddFractionBar"
:
"Add fraction bar"
,
"DE.Views.DocumentHolder.txtAddFractionBar"
:
"Add fraction bar"
,
"DE.Views.DocumentHolder.txtAddHor"
:
"Add horizontal line"
,
"DE.Views.DocumentHolder.txtAddHor"
:
"Add horizontal line"
,
...
...
apps/presentationeditor/main/app/view/DocumentHolder.js
View file @
925b49f8
...
@@ -1974,19 +1974,19 @@ define([
...
@@ -1974,19 +1974,19 @@ define([
menuAlign
:
'
tl-tr
'
,
menuAlign
:
'
tl-tr
'
,
items
:
[
items
:
[
me
.
menuTableCellTop
=
new
Common
.
UI
.
MenuItem
({
me
.
menuTableCellTop
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
t
opCellText
,
caption
:
me
.
t
extShapeAlignTop
,
checkable
:
true
,
checkable
:
true
,
toggleGroup
:
'
popuptablecellalign
'
,
toggleGroup
:
'
popuptablecellalign
'
,
value
:
Asc
.
c_oAscVertAlignJc
.
Top
value
:
Asc
.
c_oAscVertAlignJc
.
Top
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
me
.
menuTableCellCenter
=
new
Common
.
UI
.
MenuItem
({
me
.
menuTableCellCenter
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
centerCellText
,
caption
:
me
.
textShapeAlignMiddle
,
checkable
:
true
,
checkable
:
true
,
toggleGroup
:
'
popuptablecellalign
'
,
toggleGroup
:
'
popuptablecellalign
'
,
value
:
Asc
.
c_oAscVertAlignJc
.
Center
value
:
Asc
.
c_oAscVertAlignJc
.
Center
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
me
.
menuTableCellBottom
=
new
Common
.
UI
.
MenuItem
({
me
.
menuTableCellBottom
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
bottomCellText
,
caption
:
me
.
textShapeAlignBottom
,
checkable
:
true
,
checkable
:
true
,
toggleGroup
:
'
popuptablecellalign
'
,
toggleGroup
:
'
popuptablecellalign
'
,
value
:
Asc
.
c_oAscVertAlignJc
.
Bottom
value
:
Asc
.
c_oAscVertAlignJc
.
Bottom
...
@@ -2497,19 +2497,19 @@ define([
...
@@ -2497,19 +2497,19 @@ define([
menuAlign
:
'
tl-tr
'
,
menuAlign
:
'
tl-tr
'
,
items
:
[
items
:
[
me
.
menuParagraphTop
=
new
Common
.
UI
.
MenuItem
({
me
.
menuParagraphTop
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
t
opCellText
,
caption
:
me
.
t
extShapeAlignTop
,
checkable
:
true
,
checkable
:
true
,
toggleGroup
:
'
popupparagraphvalign
'
,
toggleGroup
:
'
popupparagraphvalign
'
,
value
:
Asc
.
c_oAscVAlign
.
Top
value
:
Asc
.
c_oAscVAlign
.
Top
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
me
.
menuParagraphCenter
=
new
Common
.
UI
.
MenuItem
({
me
.
menuParagraphCenter
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
centerCellText
,
caption
:
me
.
textShapeAlignMiddle
,
checkable
:
true
,
checkable
:
true
,
toggleGroup
:
'
popupparagraphvalign
'
,
toggleGroup
:
'
popupparagraphvalign
'
,
value
:
Asc
.
c_oAscVAlign
.
Center
value
:
Asc
.
c_oAscVAlign
.
Center
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
}).
on
(
'
click
'
,
_
.
bind
(
onItemClick
,
me
)),
me
.
menuParagraphBottom
=
new
Common
.
UI
.
MenuItem
({
me
.
menuParagraphBottom
=
new
Common
.
UI
.
MenuItem
({
caption
:
me
.
bottomCellText
,
caption
:
me
.
textShapeAlignBottom
,
checkable
:
true
,
checkable
:
true
,
toggleGroup
:
'
popupparagraphvalign
'
,
toggleGroup
:
'
popupparagraphvalign
'
,
value
:
Asc
.
c_oAscVAlign
.
Bottom
value
:
Asc
.
c_oAscVAlign
.
Bottom
...
@@ -3144,9 +3144,6 @@ define([
...
@@ -3144,9 +3144,6 @@ define([
txtDistribHor
:
'
Distribute Horizontally
'
,
txtDistribHor
:
'
Distribute Horizontally
'
,
txtDistribVert
:
'
Distribute Vertically
'
,
txtDistribVert
:
'
Distribute Vertically
'
,
txtSlide
:
'
Slide
'
,
txtSlide
:
'
Slide
'
,
topCellText
:
'
Align Top
'
,
centerCellText
:
'
Align Center
'
,
bottomCellText
:
'
Align Bottom
'
,
cellAlignText
:
'
Cell Vertical Alignment
'
,
cellAlignText
:
'
Cell Vertical Alignment
'
,
advancedShapeText
:
'
Shape Advanced Settings
'
,
advancedShapeText
:
'
Shape Advanced Settings
'
,
/** coauthoring begin **/
/** coauthoring begin **/
...
...
apps/presentationeditor/main/locale/en.json
View file @
925b49f8
...
@@ -614,10 +614,10 @@
...
@@ -614,10 +614,10 @@
"PE.Views.DocumentHolder.advancedTableText"
:
"Table Advanced Settings"
,
"PE.Views.DocumentHolder.advancedTableText"
:
"Table Advanced Settings"
,
"PE.Views.DocumentHolder.alignmentText"
:
"Alignment"
,
"PE.Views.DocumentHolder.alignmentText"
:
"Alignment"
,
"PE.Views.DocumentHolder.belowText"
:
"Below"
,
"PE.Views.DocumentHolder.belowText"
:
"Below"
,
"PE.Views.DocumentHolder.bottomCellText"
:
"Align Bottom"
,
"
del_
PE.Views.DocumentHolder.bottomCellText"
:
"Align Bottom"
,
"PE.Views.DocumentHolder.cellAlignText"
:
"Cell Vertical Alignment"
,
"PE.Views.DocumentHolder.cellAlignText"
:
"Cell Vertical Alignment"
,
"PE.Views.DocumentHolder.cellText"
:
"Cell"
,
"PE.Views.DocumentHolder.cellText"
:
"Cell"
,
"PE.Views.DocumentHolder.centerCellText"
:
"Align Center"
,
"
del_
PE.Views.DocumentHolder.centerCellText"
:
"Align Center"
,
"PE.Views.DocumentHolder.centerText"
:
"Center"
,
"PE.Views.DocumentHolder.centerText"
:
"Center"
,
"PE.Views.DocumentHolder.columnText"
:
"Column"
,
"PE.Views.DocumentHolder.columnText"
:
"Column"
,
"PE.Views.DocumentHolder.deleteColumnText"
:
"Delete Column"
,
"PE.Views.DocumentHolder.deleteColumnText"
:
"Delete Column"
,
...
@@ -672,7 +672,7 @@
...
@@ -672,7 +672,7 @@
"PE.Views.DocumentHolder.textShapeAlignTop"
:
"Align Top"
,
"PE.Views.DocumentHolder.textShapeAlignTop"
:
"Align Top"
,
"PE.Views.DocumentHolder.textSlideSettings"
:
"Slide Settings"
,
"PE.Views.DocumentHolder.textSlideSettings"
:
"Slide Settings"
,
"PE.Views.DocumentHolder.tipIsLocked"
:
"This element is currently being edited by another user."
,
"PE.Views.DocumentHolder.tipIsLocked"
:
"This element is currently being edited by another user."
,
"PE.Views.DocumentHolder.topCellText"
:
"Align Top"
,
"
del_
PE.Views.DocumentHolder.topCellText"
:
"Align Top"
,
"PE.Views.DocumentHolder.txtAddBottom"
:
"Add bottom border"
,
"PE.Views.DocumentHolder.txtAddBottom"
:
"Add bottom border"
,
"PE.Views.DocumentHolder.txtAddFractionBar"
:
"Add fraction bar"
,
"PE.Views.DocumentHolder.txtAddFractionBar"
:
"Add fraction bar"
,
"PE.Views.DocumentHolder.txtAddHor"
:
"Add horizontal line"
,
"PE.Views.DocumentHolder.txtAddHor"
:
"Add horizontal line"
,
...
...
apps/spreadsheeteditor/main/app/view/DocumentHolder.js
View file @
925b49f8
...
@@ -741,7 +741,7 @@ define([
...
@@ -741,7 +741,7 @@ define([
txtUngroup
:
'
Ungroup
'
,
txtUngroup
:
'
Ungroup
'
,
txtGroup
:
'
Group
'
,
txtGroup
:
'
Group
'
,
topCellText
:
'
Align Top
'
,
topCellText
:
'
Align Top
'
,
centerCellText
:
'
Align
Center
'
,
centerCellText
:
'
Align
Middle
'
,
bottomCellText
:
'
Align Bottom
'
,
bottomCellText
:
'
Align Bottom
'
,
vertAlignText
:
'
Vertical Alignment
'
,
vertAlignText
:
'
Vertical Alignment
'
,
txtTextAdvanced
:
'
Text Advanced Settings
'
,
txtTextAdvanced
:
'
Text Advanced Settings
'
,
...
...
apps/spreadsheeteditor/main/app/view/Toolbar.js
View file @
925b49f8
...
@@ -1016,7 +1016,7 @@ define([
...
@@ -1016,7 +1016,7 @@ define([
value
:
'
top
'
value
:
'
top
'
},
},
{
{
caption
:
me
.
tipAlign
Center
,
caption
:
me
.
tipAlign
Middle
,
iconCls
:
'
mnu-valign-middle
'
,
iconCls
:
'
mnu-valign-middle
'
,
icls
:
'
btn-valign-middle
'
,
icls
:
'
btn-valign-middle
'
,
checkable
:
true
,
checkable
:
true
,
...
...
apps/spreadsheeteditor/main/locale/en.json
View file @
925b49f8
...
@@ -942,7 +942,7 @@
...
@@ -942,7 +942,7 @@
"SSE.Views.DocumentHolder.advancedShapeText"
:
"Shape Advanced Settings"
,
"SSE.Views.DocumentHolder.advancedShapeText"
:
"Shape Advanced Settings"
,
"SSE.Views.DocumentHolder.bottomCellText"
:
"Align Bottom"
,
"SSE.Views.DocumentHolder.bottomCellText"
:
"Align Bottom"
,
"SSE.Views.DocumentHolder.bulletsText"
:
"Bullets and Numbering"
,
"SSE.Views.DocumentHolder.bulletsText"
:
"Bullets and Numbering"
,
"SSE.Views.DocumentHolder.centerCellText"
:
"Align
Center
"
,
"SSE.Views.DocumentHolder.centerCellText"
:
"Align
Middle
"
,
"SSE.Views.DocumentHolder.chartText"
:
"Chart Advanced Settings"
,
"SSE.Views.DocumentHolder.chartText"
:
"Chart Advanced Settings"
,
"SSE.Views.DocumentHolder.deleteColumnText"
:
"Column"
,
"SSE.Views.DocumentHolder.deleteColumnText"
:
"Column"
,
"SSE.Views.DocumentHolder.deleteRowText"
:
"Row"
,
"SSE.Views.DocumentHolder.deleteRowText"
:
"Row"
,
...
@@ -1088,6 +1088,7 @@
...
@@ -1088,6 +1088,7 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt"
:
"Point"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt"
:
"Point"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu"
:
"Russian"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu"
:
"Russian"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin"
:
"as Windows"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin"
:
"as Windows"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment"
:
"Turn on display of the resolved comments"
,
"SSE.Views.FileMenuPanels.Settings.txtGeneral"
:
"General"
,
"SSE.Views.FileMenuPanels.Settings.txtGeneral"
:
"General"
,
"SSE.Views.FileMenuPanels.Settings.txtPageSettings"
:
"Page Settings"
,
"SSE.Views.FileMenuPanels.Settings.txtPageSettings"
:
"Page Settings"
,
"SSE.Views.FormatSettingsDialog.textCancel"
:
"Cancel"
,
"SSE.Views.FormatSettingsDialog.textCancel"
:
"Cancel"
,
...
...
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