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

Commit

Permalink
STYLE: 0009678: Register, Forgot your password?
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Marion committed May 27, 2011
1 parent 2eea0cd commit ca9af83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion core/translation/fr-main.csv
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,6 @@ Step 1: Set a name;Etape 1: Choisir un nom
Step 2: Set the url;Etape 2: Choisir un url
Step 3: Where do you want to upload your files;Etape 3: Ou voulez vous ajouter des fichiers
Save Link;Sauver Lien
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:
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:
Not registered yet?;Pas encore enregistr�?
Register here;Enregistrez vous ici
5 changes: 3 additions & 2 deletions core/views/user/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/u
<table>
<tr>
<td><label for="email"><?php echo $this->t("E-mail")?></label></td>
<td><label for="password"><?php echo $this->t("Password")?></label></td>
<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>
<td></td>
</tr>
<tr>
Expand All @@ -34,9 +34,10 @@ echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/u
<td><?php echo $this->form['submit']?></td>
</tr>
<tr>

<td><?php echo $this->t("Not registered yet?")?> <a class="registerLink" style='text-decoration: underline;'><?php echo $this->t("Register here")?></a></td>
<td><?php echo $this->form['remerberMe']?>
<label id="rememberMeText" for="remerberMe"><?php echo $this->t("Remember Me")?></label></td>
<td> <a class="registerLink"> <?php echo $this->t("Register")?></a>, <a id='forgotPasswordLink' href="#"><?php echo $this->t("Forgot your password")?>?</a></td>
<td></td>
</tr>
</table>
Expand Down

0 comments on commit ca9af83

Please sign in to comment.