header updated

MOHEMM-Q3-DEV-LATEST
Sultan Khan 5 years ago
parent 5cc00cb79d
commit 1e48969f43

@ -137,8 +137,8 @@ export class AppComponent implements OnInit {
this.authService.checkAds({ this.authService.checkAds({
EmployeeNumber: '', EmployeeNumber: '',
ItgEnableAt: "After Service Submission", //Before Service Initiation ItgEnableAt: "Before Service Initiation", //After Service Submission
ItgServiceName: "Login" ItgServiceName: "Ticket"
}, () => { }, this.ts.trPK('general', 'ok')).subscribe(res => { }, () => { }, this.ts.trPK('general', 'ok')).subscribe(res => {
var result = JSON.parse(res.Mohemm_ITG_ResponseItem).result.data; var result = JSON.parse(res.Mohemm_ITG_ResponseItem).result.data;

@ -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>

@ -1,6 +1,6 @@
.md-stepper-horizontal { .md-stepper-horizontal {
width: 90%; width: 95%;
margin: 0 auto; margin: 0 auto;
background-color: #FFFFFF; background-color: #FFFFFF;
box-shadow: 0 3px 8px -6px #DDDDDD; box-shadow: 0 3px 8px -6px #DDDDDD;

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

@ -1,11 +1,10 @@
<ion-content> <ion-content>
<div class="head-title"> <div class="head-title">
<ion-toolbar class="header-toolbar"> <app-generic-header
<ion-buttons slot="start"> showImage="false"
<ion-back-button color="light" class="btnBack" defaultHref="/home"></ion-back-button> showMenu="false"
</ion-buttons> [headerText]="'itemforsale,title' | translate">
<ion-title color="light" >{{ts.trPK('itemforsale','title')}}</ion-title> </app-generic-header>
</ion-toolbar>
</div> </div>
<div class="segments-container"> <div class="segments-container">
<ion-segment (ionChange)="segmentChanged($event)" value="1" class="item-for-sale-indicator"> <ion-segment (ionChange)="segmentChanged($event)" value="1" class="item-for-sale-indicator">

@ -132,4 +132,7 @@ ion-footer .footer-button{
} }
ion-segment{ ion-segment{
height:40px height:40px
}
ion-card{
margin:5px;
} }

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

@ -142,11 +142,14 @@ margin: 5px;
top: -3px; top: -3px;
padding: 0px; padding: 0px;
background: #3cc353; background: #3cc353;
padding: 3px; padding:2px 3px 4px 3px;
border-radius: 60%; border-radius: 60%;
font-size: 10px; font-size: 10px;
color: #fff; color: #fff;
content: ''; content: '';
width: 12px;
height: 12px;
text-align: center;
} }
ion-content{ ion-content{
--background:#F5F5F5 ; --background:#F5F5F5 ;

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

Loading…
Cancel
Save