Révision 54800558 src/app/upgrade/upgrade.component.html
src/app/upgrade/upgrade.component.html | ||
---|---|---|
11 | 11 |
--> |
12 | 12 |
<ActionItem icon="res://menu" android:visibility="collapsed" (tap)="onDrawerButtonTap()" ios.position="left"> |
13 | 13 |
</ActionItem> |
14 |
<Label text="Mise à jour"></Label> |
|
14 |
<Label text="AbulÉdu ClicAlbum - Mise à jour"></Label>
|
|
15 | 15 |
</ActionBar> |
16 | 16 |
|
17 | 17 |
<ScrollView> |
18 |
<GridLayout class="page__content" columns="*"> |
|
19 |
<StackLayout row="0" orientation="vertical" padding="10"> |
|
20 |
<TextView row="1" editable="false" text="Une nouvelle version de l'application ClicAlbum est disponible, veuillez cliquer sur le bouton ci-dessous pour vous rendre sur le magasin d'application ou allez sur le site web clicalbum.abuledu.net pour télécharger le fichier (utilisateurs avancés)." class="label"></TextView> |
|
21 |
<Button row="3" id="btnUpgrade" text="Mettre à jour" (tap)='onUpgradeTap($event)' padding="10" class="-primary"></Button> |
|
22 |
<Button row="4" id="btnWeb" text="Aller sur ClicAlbum.abuledu.net" (tap)='onWebsiteTap($event)' padding="10" class="-primary"></Button> |
|
23 |
</StackLayout> |
|
24 |
</GridLayout> |
|
18 |
<StackLayout> |
|
19 |
<GridLayout class="page__content"> |
|
20 |
<StackLayout row="0" orientation="vertical" padding="10"> |
|
21 |
<TextView row="1" editable="false" text="Une nouvelle version de l'application ClicAlbum est disponible, veuillez cliquer sur le bouton ci-dessous pour vous rendre sur le magasin d'application ou allez sur le site web clicalbum.abuledu.net pour télécharger le fichier (utilisateurs avancés)." class="label"></TextView> |
|
22 |
<Button row="3" id="btnUpgrade" text="Mettre à jour" (tap)='onUpgradeTap($event)' padding="10" class="-primary"></Button> |
|
23 |
<Button row="4" id="btnWeb" text="Aller sur ClicAlbum.abuledu.net" (tap)='onWebsiteTap($event)' padding="10" class="-primary"></Button> |
|
24 |
<TextView row="6" editable="false" text="Note: si vous ne voulez pas faire de mise à jour pour l'instant vous pouvez ouvrir le menu en haut à gauche et choisir d'aller sur l'Application ..." class="label"></TextView> |
|
25 |
<TextView row="8" editable="false" [text]='changelog' class="label"></TextView> |
|
26 |
</StackLayout> |
|
27 |
</GridLayout> |
|
28 |
</StackLayout> |
|
25 | 29 |
</ScrollView> |
Formats disponibles : Unified diff