From 3709470e5ac3dedfb57f6a445b060ab1b83ecc79 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 6 May 2008 17:26:05 +0200 Subject: [PATCH] Fix layout issues with smtp password form. Signed-off-by: Florent Bruneau --- plugins/compiler.checkpasswd.php | 2 +- templates/platal/acces_smtp.tpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/compiler.checkpasswd.php b/plugins/compiler.checkpasswd.php index 07b76f3..0861e45 100644 --- a/plugins/compiler.checkpasswd.php +++ b/plugins/compiler.checkpasswd.php @@ -24,7 +24,7 @@ function smarty_compiler_checkpasswd($tag_attrs, &$compiler) { extract($compiler->_parse_attrs($tag_attrs)); if (!isset($width)) { - $width = '240px'; + $width = '230px'; } if (!isset($prompt)) { $prompt = "'nouveau'"; diff --git a/templates/platal/acces_smtp.tpl b/templates/platal/acces_smtp.tpl index 7002c73..7e21a31 100644 --- a/templates/platal/acces_smtp.tpl +++ b/templates/platal/acces_smtp.tpl @@ -65,7 +65,8 @@
- Mot de passe (15 caractères maximum) : + Mot de passe :
+ 15 caractères max.
@@ -73,7 +74,7 @@
- Retape-le une fois (pour vérification) : + Retape-le une fois : -- 2.1.4