MOBILE-3456 login: Some login button styles
parent
c8c51a65cc
commit
f82e39f658
|
@ -1557,6 +1557,7 @@
|
|||
"core.errorsomedatanotdownloaded": "If you downloaded this activity, please notice that some data isn't downloaded during the download process for performance and data usage reasons.",
|
||||
"core.errorsync": "An error occurred while synchronising. Please try again.",
|
||||
"core.errorsyncblocked": "This {{$a}} cannot be synchronised right now because of an ongoing process. Please try again later. If the problem persists, try restarting the app.",
|
||||
"core.errorurlschemeinvalidsite": "This site URL cannot be opened in this app.",
|
||||
"core.explanationdigitalminor": "This information is required to determine if your age is over the digital age of consent. This is the age when an individual can consent to terms and conditions and their data being legally stored and processed.",
|
||||
"core.favourites": "Starred",
|
||||
"core.filename": "Filename",
|
||||
|
@ -1913,6 +1914,7 @@
|
|||
"core.openmodinbrowser": "Open {{$a}} in browser",
|
||||
"core.othergroups": "Other groups",
|
||||
"core.pagea": "Page {{$a}}",
|
||||
"core.parentlanguage": "",
|
||||
"core.paymentinstant": "Use the button below to pay and be enrolled within minutes!",
|
||||
"core.percentagenumber": "{{$a}}%",
|
||||
"core.phone": "Phone",
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
|
||||
<ng-container *ngIf="showScanQR">
|
||||
<div class="core-login-site-qrcode-separator">{{ 'core.login.or' | translate }}</div>
|
||||
<ion-item class="core-login-site-qrcode">
|
||||
<a ion-button block color="light" margin-top icon-start (click)="showInstructionsAndScanQR()">
|
||||
<ion-item class="core-login-site-qrcode" no-lines>
|
||||
<a ion-button block color="light" margin-top icon-start text-wrap (click)="showInstructionsAndScanQR()">
|
||||
<core-icon name="fa-qrcode" aria-hidden="true"></core-icon>
|
||||
{{ 'core.scanqr' | translate }}
|
||||
</a>
|
||||
|
|
|
@ -65,7 +65,9 @@
|
|||
</ion-select>
|
||||
</ion-item>
|
||||
|
||||
<button *ngIf="(fixedSites && siteSelector == 'select') || (!fixedSites && siteSelector == 'url')" ion-button block [disabled]="!siteForm.valid">{{ 'core.login.connect' | translate }}</button>
|
||||
<ion-item *ngIf="(fixedSites && siteSelector == 'select') || (!fixedSites && siteSelector == 'url')" no-lines>
|
||||
<button ion-button block [disabled]="!siteForm.valid" text-wrap>{{ 'core.login.connect' | translate }}</button>
|
||||
</ion-item>
|
||||
</form>
|
||||
|
||||
<ng-container *ngIf="fixedSites">
|
||||
|
@ -88,8 +90,8 @@
|
|||
|
||||
<ng-container *ngIf="showScanQR && !hasSites && !enteredSiteUrl">
|
||||
<div class="core-login-site-qrcode-separator">{{ 'core.login.or' | translate }}</div>
|
||||
<ion-item class="core-login-site-qrcode">
|
||||
<a ion-button block color="light" margin-top icon-start (click)="showInstructionsAndScanQR()">
|
||||
<ion-item class="core-login-site-qrcode" no-lines>
|
||||
<a ion-button block color="light" margin-top icon-start (click)="showInstructionsAndScanQR()" text-wrap>
|
||||
<core-icon name="fa-qrcode" aria-hidden="true"></core-icon>
|
||||
{{ 'core.scanqr' | translate }}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue