You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/src/app/notification/apply-action-modal/apply-action-modal.componen...

21 lines
543 B
HTML

6 years ago
<ion-content>
<div>
<div id="notificationDynamicFields">
</div>
</div>
<ion-footer>
<ion-row style="text-align: center;">
<ion-col>
<ion-button color="customnavy" class="confirmBtn" (click)="applyAction()"> {{ts.trPK('general','confirm')}}
</ion-button>
</ion-col>
<ion-col>
<ion-button color="customnavy" class="cancelBtn" (click)="closeModel()"> {{ts.trPK('general','cancel')}}
</ion-button>
</ion-col>
</ion-row>
</ion-footer>
</ion-content>