Skip to content

Commit

Permalink
Merge pull request #138 from abes-esr/ITEM-248-ecran-de-simulation-pe…
Browse files Browse the repository at this point in the history
…nser-a-renommer-notice-suivante-en-ligne-suivante-dans-lecran-de-simulation

FEAT ITEM-248-ecran-de-simulation-penser-a-renommer-notice-suivante-e…
  • Loading branch information
SamuelQuetin authored Oct 4, 2024
2 parents 9fa9612 + f4e704c commit d20a376
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/NavigateNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
large
dark
@click="first"
aria-label="Première notice">
aria-label="Première ligne">
<v-icon>mdi-page-first</v-icon>
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">Première notice</div>
<div style="width: 4em; text-align: center;">Première ligne</div>
</v-row>
<!--Conteneur bouton 2-->
<v-row class="d-flex justify-center">
Expand All @@ -23,12 +23,12 @@
large
dark
@click="prev"
aria-label="Notice précédente">
aria-label="Ligne précédente">
<v-icon>mdi-chevron-left</v-icon>
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 5em; text-align: center;">Notice précédente</div>
<div style="width: 5em; text-align: center;">Ligne précédente</div>
</v-row>
<!--Conteneur bouton 3-->
<v-row class="d-flex justify-center">
Expand All @@ -38,12 +38,12 @@
large
dark
@click="next"
aria-label="Notice suivante">
aria-label="Ligne suivante">
<v-icon>mdi-chevron-right</v-icon>
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">Notice suivante</div>
<div style="width: 4em; text-align: center;">Ligne suivante</div>
</v-row>
<!--Conteneur bouton 4-->
<v-row class="d-flex justify-center">
Expand All @@ -53,12 +53,12 @@
large
dark
@click="last"
aria-label="Dernière notice">
aria-label="Dernière ligne">
<v-icon>mdi-page-last</v-icon>
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">Dernière notice</div>
<div style="width: 4em; text-align: center;">Dernière ligne</div>
</v-row>
</template>
<script setup>
Expand Down

0 comments on commit d20a376

Please sign in to comment.