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
1b88f290
Commit
1b88f290
authored
Dec 13, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/new-mobile' into feature/new-mobile
parents
145bc215
b88e4cd1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
225 additions
and
40 deletions
+225
-40
apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js
...spreadsheeteditor/mobile/app/controller/edit/EditChart.js
+208
-39
apps/spreadsheeteditor/mobile/app/template/EditChart.template
.../spreadsheeteditor/mobile/app/template/EditChart.template
+17
-1
No files found.
apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js
View file @
1b88f290
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/app/template/EditChart.template
View file @
1b88f290
...
...
@@ -189,7 +189,7 @@
</div>
</li>
<li>
<a id="edit-chart-bordercolor" class="item-link">
<a id="edit-chart-bordercolor" class="item-link"
data-page="#edit-chart-border-color-view"
>
<div class="item-content">
<div class="item-inner">
<div class="item-title">Color</div>
...
...
@@ -204,4 +204,20 @@
</div>
</div>
</div>
</div>
<!-- Border color view -->
<div id="edit-chart-border-color-view">
<div class="navbar">
<div class="navbar-inner" data-page="edit-chart-border-color">
<div class="left sliding"><a href="#" class="back link"><i class="icon icon-back"></i><% if (!android) { %><span><%= scope.textBack %></span><% } %></a></div>
<div class="center sliding">Color</div>
<div class="right"><% if (phone) { %><a href="#" class="link icon-only close-picker"><i class="icon icon-expand-down"></i></a><% } %></div>
</div>
</div>
<div class="page" data-page="edit-chart-border-color">
<div class="page-content">
<!--Color palette-->
</div>
</div>
</div>
\ No newline at end of file
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