|
|
|
|
@ -79,20 +79,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="centerDiv" style="margin-top: 20px !important;">
|
|
|
|
|
<ion-button class="button-login" (click)="onLogin()">{{ts.trPK('login','login')}}</ion-button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
<ion-footer *ngIf="!user">
|
|
|
|
|
<div class="centerDiv">
|
|
|
|
|
<ion-button class="button-login" (click)="onLogin()">{{ts.trPK('login','login')}}</ion-button>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<ion-footer *ngIf="!user" [ngStyle]="keyboardOpened === true ? {'display': 'none'} : {}">
|
|
|
|
|
|
|
|
|
|
<!-- <br /> -->
|
|
|
|
|
<!-- <div class="centerDiv">
|
|
|
|
|
<a (click)="forgetPasswordPage()">{{ts.trPK('login','forgot-password')}}</a>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<ion-row [ngStyle]="keyboardOpened === true ? {'display': 'none'} : {}">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col class="colPad">
|
|
|
|
|
<img class="centerDiv logoFotor" src="../assets/imgs/CSLogo.png" />
|
|
|
|
|
</ion-col>
|
|
|
|
|
|