Am Montag 28 August 2006 18:07 schrieb Sebastian:
> Did I overlook something? please help me :)

Thanks for reporting. 
Indeed I did overlook something. It is the hard-coded limit in the templates.

See the attachment for the patch.


Es grüßt

W-Mark Kubacki
Index: templates/shadow/mailboxes/admin.tpl
===================================================================
--- templates/shadow/mailboxes/admin.tpl	(Revision 535)
+++ templates/shadow/mailboxes/admin.tpl	(Arbeitskopie)
@@ -25,7 +25,7 @@
 			<?php } ?>
 			<b><?= txt('83') ?></b>
 		</td>
-		<td class="ed"><?= $input->text('mbox', 16) ?></td>
+		<td class="ed"><?= $input->text('mbox', $cfg['mbox']['max_length']) ?></td>
 	</tr>
 	<?php if(count($selectable_paten['ID']) > 1) { ?>
 	<tr>

Attachment: pgpEufaZGLYFG.pgp
Description: PGP signature

Reply via email to