projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3111dc9
)
Removes table into table.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 14 Mar 2011 21:34:23 +0000
(22:34 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 14 Mar 2011 21:34:23 +0000
(22:34 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/core/password_prompt.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/core/password_prompt.tpl
b/templates/core/password_prompt.tpl
index
420fd2a
..
a7e3a6b
100644
(file)
--- a/
templates/core/password_prompt.tpl
+++ b/
templates/core/password_prompt.tpl
@@
-88,14
+88,8
@@
</tr>
<tr>
<td colspan="2">
- <table width="100%"><tr>
- <td>
- <a href="recovery">Mot de passe perdu ?</a>
- </td>
- <td class="right">
- <input type="submit" name="submitbtn" value="Me connecter" />
- </td>
- </tr></table>
+ <a href="recovery" style="float: left">Mot de passe perdu ?</a>
+ <input type="submit" name="submitbtn" value="Me connecter" style="float: right" />
</td>
</tr>
</table>