Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit ca9af83

Browse files
author
Charles Marion
committed
STYLE: 0009678: Register, Forgot your password?
1 parent 2eea0cd commit ca9af83

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

core/translation/fr-main.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,6 @@ Step 1: Set a name;Etape 1: Choisir un nom
236236
Step 2: Set the url;Etape 2: Choisir un url
237237
Step 3: Where do you want to upload your files;Etape 3: Ou voulez vous ajouter des fichiers
238238
Save Link;Sauver Lien
239-
Please use the large file tool, the following files are too big:;Merci d'utiliser l'outil pour ajouter des fichiers volumineux pour les fichiers suivants:
239+
Please use the large file tool, the following files are too big:;Merci d'utiliser l'outil pour ajouter des fichiers volumineux pour les fichiers suivants:
240+
Not registered yet?;Pas encore enregistr�?
241+
Register here;Enregistrez vous ici

core/views/user/login.phtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/u
2525
<table>
2626
<tr>
2727
<td><label for="email"><?php echo $this->t("E-mail")?></label></td>
28-
<td><label for="password"><?php echo $this->t("Password")?></label></td>
28+
<td><label for="password"><?php echo $this->t("Password")?></label> (<a id='forgotPasswordLink' style='text-decoration: underline;font-size: 10px;' href="#"><?php echo $this->t("Forgot your password")?>?</a>)</td>
2929
<td></td>
3030
</tr>
3131
<tr>
@@ -34,9 +34,10 @@ echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/u
3434
<td><?php echo $this->form['submit']?></td>
3535
</tr>
3636
<tr>
37+
38+
<td><?php echo $this->t("Not registered yet?")?> <a class="registerLink" style='text-decoration: underline;'><?php echo $this->t("Register here")?></a></td>
3739
<td><?php echo $this->form['remerberMe']?>
3840
<label id="rememberMeText" for="remerberMe"><?php echo $this->t("Remember Me")?></label></td>
39-
<td> <a class="registerLink"> <?php echo $this->t("Register")?></a>, <a id='forgotPasswordLink' href="#"><?php echo $this->t("Forgot your password")?>?</a></td>
4041
<td></td>
4142
</tr>
4243
</table>

0 commit comments

Comments
 (0)