Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
f945677d
There was a problem fetching the pipeline summary.
Commit
f945677d
authored
7 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Message: compose form with large buttons
parent
3d500dc8
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/plugins/es/templates/message/compose_form.html
+12
-10
12 additions, 10 deletions
www/plugins/es/templates/message/compose_form.html
with
12 additions
and
10 deletions
www/plugins/es/templates/message/compose_form.html
+
12
−
10
View file @
f945677d
<form
name=
"messageForm"
novalidate=
""
ng-submit=
"doSend()"
>
<div
class=
"list"
ng-init=
"setForm(messageForm)"
>
<div
class=
"list no-margin"
ng-init=
"setForm(messageForm)"
>
<!-- TODO: allow multi dest ?
Do IT with a ion-scroll - see https://stackoverflow.com/a/38308803 -->
...
...
@@ -76,18 +77,19 @@
</div>
<div
class=
"padding hidden-xs text-right"
>
<button
class=
"button button-small button-clear button-dark ink"
ng-click=
"cancel()"
type=
"button"
translate
>
COMMON.BTN_CANCEL
</button>
<button
class=
"button button-small button-positive ink"
type=
"submit"
>
{{'TRANSFER.BTN_SEND' | translate}}
</button>
<button
class=
"button button-clear button-dark ink"
ng-click=
"cancel()"
type=
"button"
translate
>
COMMON.BTN_CANCEL
</button>
<button
class=
"button button-positive ink"
type=
"submit"
translate
>
TRANSFER.BTN_SEND
</button>
</div>
<!-- Encryption info -->
<div
class=
"list no-margin"
>
<div
class=
"item item-icon-left item-text-wrap"
>
<i
class=
"icon ion-ios-information-outline positive"
></i>
<h4
class=
"positive"
translate
>
MESSAGE.COMPOSE.ENCRYPTED_HELP
</h4>
</div>
</div>
</form>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment