Skip to content
Snippets Groups Projects
Commit f945677d authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Message: compose form with large buttons

parent 3d500dc8
No related branches found
No related tags found
No related merge requests found
Pipeline #
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment