|
|
|
@ -1,12 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ion-content>
|
|
|
|
<ion-content>
|
|
|
|
<div class="head-title">
|
|
|
|
<div class="head-title">
|
|
|
|
<ion-toolbar class="header-toolbar">
|
|
|
|
<!-- <ion-toolbar class="header-toolbar">
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
<ion-buttons slot="start">
|
|
|
|
<ion-back-button color="light" class="btnBack" defaultHref="/home"></ion-back-button>
|
|
|
|
<ion-back-button color="light" class="btnBack" defaultHref="/home"></ion-back-button>
|
|
|
|
</ion-buttons>
|
|
|
|
</ion-buttons>
|
|
|
|
<ion-title color="light" >{{ts.trPK('itemforsale','title')}}</ion-title>
|
|
|
|
<ion-title color="light" >{{ts.trPK('itemforsale','title')}}</ion-title>
|
|
|
|
</ion-toolbar>
|
|
|
|
</ion-toolbar> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<app-generic-header
|
|
|
|
|
|
|
|
showImage="false"
|
|
|
|
|
|
|
|
showMenu="false"
|
|
|
|
|
|
|
|
[headerText]="'itemforsale,title' | translate">
|
|
|
|
|
|
|
|
</app-generic-header>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="header"></div>
|
|
|
|
<div class="header"></div>
|
|
|
|
<div class="bottom"></div>
|
|
|
|
<div class="bottom"></div>
|
|
|
|
|