walljm e444a5fddf FEATURE: Move Help and Settings pages to modals
* fixed ton of bugs... apparently i didn't push up the work i did on the mac... and i don't have that anymore.
2019-01-02 15:18:49 -05:00

16 lines
475 B
HTML

<ion-item class="title error-title" padding (swipe)="close($event)">
Error
<button ion-button icon-only item-end large clear (click)="close()">
<ion-icon name="close-circle"></ion-icon>
</button>
</ion-item>
<ion-card-content>
<br>
<p>{{cardItem.qry}}</p>
</ion-card-content>
<div style="float: right">
<button ion-button icon-center clear (click)="contextMenu()">
<ion-icon name="more"></ion-icon>
</button>
</div>