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
e0e2a0fe
Commit
e0e2a0fe
authored
Nov 21, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE mobile] Show search icon on the tollbar for the tablet progile.
parent
25d5ab8c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
apps/documenteditor/mobile/app/template/Settings.template
apps/documenteditor/mobile/app/template/Settings.template
+2
-0
apps/documenteditor/mobile/app/template/Toolbar.template
apps/documenteditor/mobile/app/template/Toolbar.template
+5
-3
No files found.
apps/documenteditor/mobile/app/template/Settings.template
View file @
e0e2a0fe
...
...
@@ -11,6 +11,7 @@
<div class="page-content">
<div class="list-block">
<ul>
<% if (phone) { %>
<li>
<a id="settings-search" class="item-link no-indicator">
<div class="item-content">
...
...
@@ -23,6 +24,7 @@
</div>
</a>
</li>
<% } %>
<li>
<a id="settings-edit-document" class="item-link no-indicator">
<div class="item-content">
...
...
apps/documenteditor/mobile/app/template/Toolbar.template
View file @
e0e2a0fe
...
...
@@ -34,9 +34,11 @@
<a href="#" id="toolbar-add" class="link icon-only" style="display: none;">
<i class="icon icon-plus"></i>
</a>
<!--<a href="#" id="toolbar-search" class="link icon-only">-->
<!--<i class="icon icon-search"></i>-->
<!--</a>-->
<% if (!phone) { %>
<a href="#" id="toolbar-search" class="link icon-only">
<i class="icon icon-search"></i>
</a>
<% } %>
<a href="#" id="toolbar-settings" class="link icon-only">
<i class="icon icon-settings"></i>
</a>
...
...
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