Increases allowed email size up to the new size in the new table (Closes #1201).
authorStéphane Jacob <sj@m4x.org>
Thu, 4 Nov 2010 15:51:32 +0000 (16:51 +0100)
committerStéphane Jacob <sj@m4x.org>
Thu, 4 Nov 2010 15:51:32 +0000 (16:51 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/include/emails.combobox.tpl

index f0b1067..408e0f1 100644 (file)
   {if $name eq "email"}<td></td>{/if}
   <td>
     <span class="{$new}" style="display: none">
-      <input type="text" maxlength="60" {if $error}class="error" value="{$val}"{/if} name="{if (($name neq "email_directory")
+      <input type="text" maxlength="255" {if $error}class="error" value="{$val}"{/if} name="{if (($name neq "email_directory")
       && ($name neq "email"))}jobs[{$i}][{$prefix}email_new]{else}{$name}_new{/if}"/>
     </span>
     <script type="text/javascript">//<![CDATA[