Skip to content
Snippets Groups Projects
Commit ea2705d6 authored by llaffont's avatar llaffont
Browse files

Correction taille des champs mail / profil limité à 50 caractères (maintenant 150)

parent 4961ad0c
Branches
Tags
No related merge requests found
......@@ -61,12 +61,12 @@ Class_ScriptLoader::getInstance()
<tr>
<td class="droite"><?php echo $this->traduire('E-mail du Webmestre'); ?></td>
<td class="gauche"><input type="text" style="width:100%" name="mail_site" value="<?php echo $this->escape(trim($this->profil->getMailSite()));?>" maxlength="50"/></td>
<td class="gauche"><input type="text" style="width:100%" name="mail_site" value="<?php echo $this->escape(trim($this->profil->getMailSite()));?>" maxlength="150"/></td>
</tr>
<tr>
<td class="droite"><?php echo $this->traduire('E-mail de réception des suggestions d\'achat'); ?></td>
<td class="gauche"><input type="text" style="width:100%" name="mail_suggestion_achat" value="<?php echo $this->escape(trim($this->profil->getMailSuggestionAchat()));?>" maxlength="50"/></td>
<td class="gauche"><input type="text" style="width:100%" name="mail_suggestion_achat" value="<?php echo $this->escape(trim($this->profil->getMailSuggestionAchat()));?>" maxlength="150"/></td>
</tr>
</table>
</fieldset>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment