Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
FS#888 - Change destination input to textarea on Email Forward page
Attached to Project:
ISPConfig 3
Opened by Andy Hagadorn (ahagadorn) - Tuesday, 08 September 2009, 20:12 GMT
Last edited by Till (Till) - Thursday, 17 September 2009, 15:54 GMT
Opened by Andy Hagadorn (ahagadorn) - Tuesday, 08 September 2009, 20:12 GMT
Last edited by Till (Till) - Thursday, 17 September 2009, 15:54 GMT
|
DetailsI have changed the input form field in mail_forward_edit.htm to a textarea. This allows me to separate email addresses with a carriage return, making long lists easier to look at and manage. The DB and Postfix process the carriage returns fine, so no other changes are needed, aside from increasing the size of the destination column in the DB (see previous bug report)
I changed: <input name="destination" id="destination" value="{tmpl_var name='destination'}" size="30" maxlength="255" type="text" class="textInput" /> To: <textarea rows="10" cols="40" name="destination" id="destination" type="text" class="textInput">{tmpl_var name='destination'}</textarea> |
This task depends upon
Sorry, this should be a feature request for frontend, not a bug report.