-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mise à jour pour la version alpha8 du CMS.
- Loading branch information
Showing
7 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
<p>La page d'administration du module.</p> | ||
<p><a href="<?php echo $link_create; ?>">Lien du formulaire de création</a></p> | ||
<p><a href="<?php echo $link_edit; ?>">Lien du formulaire d'édition</a></p> | ||
<p><?php echo t('La page d\'administration du module.'); ?></p> | ||
<p><a href="<?php echo $link_create; ?>"><?php echo t('Lien du formulaire de création'); ?></a></p> | ||
<p><a href="<?php echo $link_edit; ?>"><?php echo t('Lien du formulaire d\'édition'); ?></a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
<p>La page d'accueil du module.</p> | ||
<p><a href="<?php echo $link_show; ?>">Voir le contenu 1</a></p> | ||
<p><?php echo t('La page d\'accueil du module.'); ?></p> | ||
<p><a href="<?php echo $link_show; ?>"><?php echo t('Voir le contenu 1'); ?></a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
<p>Page pour voir le contenu à partir de l'identifiant <?php echo $id; ?>.</p> | ||
<p><?php echo t('Page pour voir le contenu à partir de l\'identifiant :id.', [':id' => $id]); ?></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters