homogenized modals - add addressbook modal
This commit is contained in:
parent
9fa24c9d3d
commit
df2811eeba
13 changed files with 491 additions and 489 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue