homogenized modals - add addressbook modal

This commit is contained in:
Javier 2016-05-26 15:02:00 -03:00
commit df2811eeba
13 changed files with 491 additions and 489 deletions

View file

@ -1,10 +1,15 @@
<ion-modal-view ng-controller="payproController as payproC">
<ion-header-bar align-title="center" class="bar-stable">
<a class="m5t" ng-click="payproModal.hide()">
<span class="text-close">{{'Close'|translate}}</span>
</a>
<h1 class="title" translate>Payment request</h1>
</ion-header-bar>
<nav class="tab-bar" ng-style="{'background-color':color}">
<section class="left-small">
<a ng-click="cancel()" class="p10">
<span class="text-close" translate>Close</span>
</a>
</section>
<section class="middle tab-bar-section">
<h1 class="title" translate>Payment request</h1>
</section>
</nav>
<ion-content>
<div class="header-modal text-center">