6 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Small "Edit Autorepli...
FromSent OnAttachments
Pawel TeczaJul 17, 2006 1:52 am.gz
Pawel TeczaJul 17, 2006 2:18 am.gz
Sam VarshavchikJul 21, 2006 7:40 pm 
Pawel TeczaJul 24, 2006 7:55 am 
Sam VarshavchikJul 24, 2006 6:25 pm 
Pawel TeczaJul 24, 2006 11:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Small "Edit Autoreplies" improvementsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 21, 2006 7:40:41 pm
List:net.sourceforge.lists.courier-sqwebmail

Pawel Tecza writes:

Hi Sam,

At first, thanks a lot for applying my previous patch!

Now I've made small improvements for "Edit Autoreplies" page:

1. added title of autoreply like for "Address Book" page

2. hardcoded <textarea> tag moved to autoresponder.html template file and added "class" attribute for it

3. added "class" attribute for <select> tag

There's a problem with converting [#select:name] to <select>.

The reason the current select is done this way is because you need it in order for the HTML templates to be editable by the Amaya HTML editor.

Right now, the existing HTML is valid. With your change, it's broken HTML, because there's non-empty content outside of the <option> tag.

I'll apply this patch, but without the <select> chunk.