Initial programming of Data Export
This commit is contained in:
parent
7c9b4ef43a
commit
3936371c97
2 changed files with 16 additions and 3 deletions
Binary file not shown.
|
@ -1,9 +1,22 @@
|
||||||
<app-header></app-header>
|
<app-header></app-header>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
|
<h3 class="text">{{(ownerUpdate | async)!.name}}</h3>
|
||||||
|
<table >
|
||||||
|
<tr>
|
||||||
|
<td width="45%">
|
||||||
<button class="text" mat-raised-button [routerLink]="['/shop']" color="primary">
|
<button class="text" mat-raised-button [routerLink]="['/shop']" color="primary">
|
||||||
Back to Shop
|
Back to Shop
|
||||||
</button>
|
</button>
|
||||||
|
</td>
|
||||||
|
<td width="10%">
|
||||||
|
</td>
|
||||||
|
<td width="45%">
|
||||||
|
<button class="text" mat-raised-button [routerLink]="" color="primary">
|
||||||
|
Export Orders
|
||||||
|
</button>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<table class="totalsTbl" width="100%">
|
<table class="totalsTbl" width="100%">
|
||||||
<tr class="totalsHdr">
|
<tr class="totalsHdr">
|
||||||
|
|
Loading…
Reference in a new issue