header updated

MOHEMM-SFH-COLORS
Sultan Khan 5 years ago
parent 5cc00cb79d
commit 1e48969f43

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

@ -1,12 +1,18 @@
<ion-content>
<div class="head-title">
<ion-toolbar class="header-toolbar">
<!-- <ion-toolbar class="header-toolbar">
<ion-buttons slot="start">
<ion-back-button color="light" class="btnBack" defaultHref="/home"></ion-back-button>
</ion-buttons>
<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 class="header"></div>
<div class="bottom"></div>

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

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

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

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

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

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

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

Loading…
Cancel
Save