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
4d341606
Commit
4d341606
authored
Feb 07, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Common] Window: use alerts without icon.
[SSE] Debug sorting.
parent
b7b77872
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
apps/common/main/lib/component/Window.js
apps/common/main/lib/component/Window.js
+2
-2
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
+0
-1
apps/spreadsheeteditor/main/app/controller/Toolbar.js
apps/spreadsheeteditor/main/app/controller/Toolbar.js
+0
-1
No files found.
apps/common/main/lib/component/Window.js
View file @
4d341606
...
...
@@ -404,8 +404,8 @@ define([
if
(
!
options
.
width
)
options
.
width
=
'
auto
'
;
var
template
=
'
<div class="info-box">
'
+
'
<
div class="icon img-commonctrl <%= iconCls %>" /
>
'
+
'
<div class="text"><span><%= msg %></span>
'
+
'
<
% if (typeof iconCls !== "undefined") { %><div class="icon img-commonctrl <%= iconCls %>" /><% } %
>
'
+
'
<div class="text"
<% if (typeof iconCls == "undefined") { %> style="padding-left:10px;" <% } %>
><span><%= msg %></span>
'
+
'
<% if (dontshow) { %><div class="dont-show-checkbox"></div><% } %>
'
+
'
</div>
'
+
'
</div>
'
+
...
...
apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
View file @
4d341606
...
...
@@ -344,7 +344,6 @@ define([
width
:
500
,
title
:
this
.
txtSorting
,
msg
:
this
.
txtExpandSort
,
iconCls
:
'
warn
'
,
buttons
:
[
{
caption
:
this
.
txtExpand
,
primary
:
true
,
value
:
'
expand
'
},
{
caption
:
this
.
txtSortSelected
,
primary
:
true
,
value
:
'
sort
'
},
'
cancel
'
],
...
...
apps/spreadsheeteditor/main/app/controller/Toolbar.js
View file @
4d341606
...
...
@@ -846,7 +846,6 @@ define([
width
:
500
,
title
:
this
.
txtSorting
,
msg
:
this
.
txtExpandSort
,
iconCls
:
'
warn
'
,
buttons
:
[
{
caption
:
this
.
txtExpand
,
primary
:
true
,
value
:
'
expand
'
},
{
caption
:
this
.
txtSortSelected
,
primary
:
true
,
value
:
'
sort
'
},
'
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