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
a465f3d1
Commit
a465f3d1
authored
Dec 21, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SE mobile] Fixed view of inser hyperlink
parent
abdb1164
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
+19
-10
apps/spreadsheeteditor/mobile/app/template/AddOther.template
apps/spreadsheeteditor/mobile/app/template/AddOther.template
+16
-8
apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
+2
-1
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
+1
-1
No files found.
apps/spreadsheeteditor/mobile/app/template/AddOther.template
View file @
a465f3d1
...
...
@@ -83,8 +83,10 @@
<div id="add-link-range" class="item-content">
<div class="item-inner">
<div class="item-title label"><%= scope.textRange %></div>
<div class="item-input">
<input type="text" class="field right range" placeholder="<%= scope.textRange %>">
<div class="item-after">
<div class="item-input">
<input type="text" class="field right range" placeholder="<%= scope.textRequired %>">
</div>
</div>
</div>
</div>
...
...
@@ -92,8 +94,10 @@
<div id="add-link-url" class="item-content">
<div class="item-inner">
<div class="item-title label"><%= scope.textLink %></div>
<div class="item-input">
<input type="url" class="field right" placeholder="<%= scope.textLink %>">
<div class="item-after">
<div class="item-input">
<input type="url" class="field right" placeholder="<%= scope.textRequired %>">
</div>
</div>
</div>
</div>
...
...
@@ -102,8 +106,10 @@
<div id="add-link-display" class="item-content">
<div class="item-inner">
<div class="item-title label"><%= scope.textDisplay %></div>
<div class="item-input">
<input type="text" class="field right" placeholder="<%= scope.textDisplay %>">
<div class="item-after">
<div class="item-input">
<input type="text" class="field right">
</div>
</div>
</div>
</div>
...
...
@@ -112,8 +118,10 @@
<div id="add-link-tip" class="item-content">
<div class="item-inner">
<div class="item-title label"><%= scope.textTip %></div>
<div class="item-input">
<input type="text" class="field right" placeholder="<%= scope.textTip %>">
<div class="item-after">
<div class="item-input">
<input type="text" class="field right">
</div>
</div>
</div>
</div>
...
...
apps/spreadsheeteditor/mobile/app/view/add/AddOther.js
View file @
a465f3d1
...
...
@@ -293,7 +293,8 @@ define([
textExternalLink
:
'
External Link
'
,
textInternalLink
:
'
Internal Data Range
'
,
textSheet
:
'
Sheet
'
,
textRange
:
'
Range
'
textRange
:
'
Range
'
,
textRequired
:
'
Required
'
}
})(),
SSE
.
Views
.
AddOther
||
{}))
});
\ No newline at end of file
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
View file @
a465f3d1
This diff is collapsed.
Click to expand it.
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