Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
{
extract($compiler->_parse_attrs($tag_attrs));
if (!isset($width)) {
- $width = '240px';
+ $width = '230px';
}
if (!isset($prompt)) {
$prompt = "'nouveau'";
<table class="tinybicol" cellpadding="3" summary="Définition du mot de passe">
<tr>
<td class="titre">
- Mot de passe (15 caractères maximum) :
+ Mot de passe :<br />
+ <small>15 caractères max.</small>
</td>
<td>
<input type="password" size="15" maxlength="15" name="smtppass1" />
</tr>
<tr>
<td class="titre">
- Retape-le une fois (pour vérification) :
+ Retape-le une fois :
</td>
<td>
<input type="password" size="15" maxlength="15" name="smtppass2" />