ISPConfig 3

Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
   | Tasklist |   

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
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 3.0.1.4
Due in Version 3.0.1.5
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I 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

Closed by  Till (Till)
Thursday, 17 September 2009, 15:54 GMT
Reason for closing:  Implemented
Comment by Andy Hagadorn (ahagadorn) - Tuesday, 08 September 2009, 20:17 GMT
Sorry, this should be a feature request for frontend, not a bug report.

Loading...