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
65ccd925
Commit
65ccd925
authored
Apr 07, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 34708.
parent
b7f39044
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
apps/documenteditor/main/app/controller/Toolbar.js
apps/documenteditor/main/app/controller/Toolbar.js
+1
-1
apps/presentationeditor/main/app/controller/Toolbar.js
apps/presentationeditor/main/app/controller/Toolbar.js
+1
-1
apps/spreadsheeteditor/main/app/controller/Toolbar.js
apps/spreadsheeteditor/main/app/controller/Toolbar.js
+2
-2
No files found.
apps/documenteditor/main/app/controller/Toolbar.js
View file @
65ccd925
...
...
@@ -2516,7 +2516,7 @@ define([
store
:
this
.
getApplication
().
getCollection
(
'
Common.Collections.TextArt
'
),
parentMenu
:
this
.
toolbar
.
mnuInsertTextArt
.
menu
,
showLast
:
false
,
itemTemplate
:
_
.
template
(
'
<div class="item-art"><img src="<%= imageUrl %>" id="<%= id %>"></div>
'
)
itemTemplate
:
_
.
template
(
'
<div class="item-art"><img src="<%= imageUrl %>" id="<%= id %>"
style="width:50px;height:50px;"
></div>
'
)
});
this
.
toolbar
.
mnuTextArtPicker
.
on
(
'
item:click
'
,
function
(
picker
,
item
,
record
,
e
)
{
...
...
apps/presentationeditor/main/app/controller/Toolbar.js
View file @
65ccd925
...
...
@@ -1718,7 +1718,7 @@ define([
store
:
this
.
getApplication
().
getCollection
(
'
Common.Collections.TextArt
'
),
parentMenu
:
this
.
toolbar
.
mnuInsertTextArt
.
menu
,
showLast
:
false
,
itemTemplate
:
_
.
template
(
'
<div class="item-art"><img src="<%= imageUrl %>" id="<%= id %>"></div>
'
)
itemTemplate
:
_
.
template
(
'
<div class="item-art"><img src="<%= imageUrl %>" id="<%= id %>"
style="width:50px;height:50px;"
></div>
'
)
});
this
.
toolbar
.
mnuTextArtPicker
.
on
(
'
item:click
'
,
function
(
picker
,
item
,
record
,
e
)
{
...
...
apps/spreadsheeteditor/main/app/controller/Toolbar.js
View file @
65ccd925
...
...
@@ -1436,7 +1436,7 @@ define([
restoreHeight
:
300
,
style
:
'
max-height: 300px;
'
,
store
:
me
.
getCollection
(
'
TableTemplates
'
),
itemTemplate
:
_
.
template
(
'
<div class="item-template"><img src="<%= imageUrl %>" id="<%= id %>"></div>
'
)
itemTemplate
:
_
.
template
(
'
<div class="item-template"><img src="<%= imageUrl %>" id="<%= id %>"
style="width:61px;height:46px;"
></div>
'
)
});
picker
.
on
(
'
item:click
'
,
function
(
picker
,
item
,
record
)
{
...
...
@@ -2222,7 +2222,7 @@ define([
store
:
this
.
getApplication
().
getCollection
(
'
Common.Collections.TextArt
'
),
parentMenu
:
this
.
toolbar
.
mnuInsertTextArt
.
menu
,
showLast
:
false
,
itemTemplate
:
_
.
template
(
'
<div class="item-art"><img src="<%= imageUrl %>" id="<%= id %>"></div>
'
)
itemTemplate
:
_
.
template
(
'
<div class="item-art"><img src="<%= imageUrl %>" id="<%= id %>"
style="width:50px;height:50px;"
></div>
'
)
});
this
.
toolbar
.
mnuTextArtPicker
.
on
(
'
item:click
'
,
function
(
picker
,
item
,
record
,
e
)
{
...
...
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