Révision dc3b59bd src/app/settings/settings.component.html
src/app/settings/settings.component.html | ||
---|---|---|
19 | 19 |
<StackLayout row="0" orientation="vertical" padding="5"> |
20 | 20 |
<TextView row="1" editable="false" text="Bonjour, c'est la première fois que vous lancez cette application, veuillez renseigner les informations ci-dessous et cliquer ensuite sur le bouton Enregistrer" class="label"></TextView> |
21 | 21 |
<Label row="2" text="Choisissez un pseudo (sans accents ni caractères spéciaux)" class="label font-weight-bold m-b-5"></Label> |
22 |
<TextField row="3" id="pseudo" keyboardType="email" hint="Votre pseudo" [text]='pseudo' secure="false" returnKeyType="done" (returnPress)="onReturnPress($event)" autocorrect="false" maxLength="20" (blur)="onBlur($event)" class="-primary"></TextField>
|
|
22 |
<TextField row="3" id="pseudo" keyboardType="email" hint="" [text]='pseudo' secure="false" returnKeyType="done" (returnPress)="onReturnPress($event)" autocorrect="false" maxLength="20" (blur)="onBlur($event)" class="-primary"></TextField> |
|
23 | 23 |
<Label row="4" text="Entrez votre adresse email" class="label font-weight-bold m-b-5"></Label> |
24 |
<TextField row="5" id="email" keyboardType="email" hint="Votre adresse mail" [text]='email' secure="false" returnKeyType="done" (returnPress)="onReturnPress($event)" autocorrect="true" maxLength="50" class="-primary"></TextField>
|
|
24 |
<TextField row="5" id="email" keyboardType="email" hint="" [text]='email' secure="false" returnKeyType="done" (returnPress)="onReturnPress($event)" autocorrect="true" maxLength="50" class="-primary"></TextField> |
|
25 | 25 |
<!-- <Label row="6" text="Choisissez le serveur de transfert (cliquez pour changer)" class="label font-weight-bold m-b-5"></Label> --> |
26 | 26 |
|
27 | 27 |
<StackLayout row="6"> |
Formats disponibles : Unified diff