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
55f0280b
Commit
55f0280b
authored
Jun 24, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Кнопка с плагинами перенесена под чат.
parent
5779aea3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
apps/documenteditor/main/app/template/LeftMenu.template
apps/documenteditor/main/app/template/LeftMenu.template
+1
-1
apps/documenteditor/main/app/view/LeftMenu.js
apps/documenteditor/main/app/view/LeftMenu.js
+1
-1
apps/documenteditor/main/locale/en.json
apps/documenteditor/main/locale/en.json
+1
-0
No files found.
apps/documenteditor/main/app/template/LeftMenu.template
View file @
55f0280b
...
...
@@ -6,9 +6,9 @@
<button id="left-btn-comments" class="btn btn-category" content-target="left-panel-comments"><span class="btn-icon img-toolbarmenu btn-menu-comments"> </span></button>
<button id="left-btn-chat" class="btn btn-category" content-target="left-panel-chat"><span class="btn-icon img-toolbarmenu btn-menu-chat"> </span></button>
<!-- /** coauthoring end **/ -->
<button id="left-btn-plugins" class="btn btn-category" content-target=""><span class="btn-icon img-toolbarmenu btn-menu-plugin"> </span></button>
<button id="left-btn-support" class="btn btn-category" content-target=""><span class="btn-icon img-toolbarmenu btn-menu-support"> </span></button>
<button id="left-btn-about" class="btn btn-category" content-target=""><span class="btn-icon img-toolbarmenu btn-menu-about"> </span></button>
<button id="left-btn-plugins" class="btn btn-category" content-target="" style="position: absolute; bottom: 0;"><span class="btn-icon img-toolbarmenu btn-menu-plugin"> </span></button>
</div>
<div class="left-panel" style="">
<!-- /** coauthoring begin **/ -->
...
...
apps/documenteditor/main/app/view/LeftMenu.js
View file @
55f0280b
...
...
@@ -365,6 +365,6 @@ define([
tipSupport
:
'
Feedback & Support
'
,
tipFile
:
'
File
'
,
tipSearch
:
'
Search
'
,
tipPlugins
:
'
Plugi
ns
'
tipPlugins
:
'
Add-o
ns
'
},
DE
.
Views
.
LeftMenu
||
{}));
});
apps/documenteditor/main/locale/en.json
View file @
55f0280b
...
...
@@ -1028,6 +1028,7 @@
"DE.Views.LeftMenu.tipChat"
:
"Chat"
,
"DE.Views.LeftMenu.tipComments"
:
"Comments"
,
"DE.Views.LeftMenu.tipFile"
:
"File"
,
"DE.Views.LeftMenu.tipPlugins"
:
"Add-ons"
,
"DE.Views.LeftMenu.tipSearch"
:
"Search"
,
"DE.Views.LeftMenu.tipSupport"
:
"Feedback & Support"
,
"DE.Views.LeftMenu.tipTitles"
:
"Titles"
,
...
...
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