Hello Sam,
In this patch I added the following small improvements to
"Address Book":
1. hardcoded <select> tag for a list of nicknames moved to
abooklist.html template and added "class" attribute
It can be useful if we want to have own style of nickname
list (for example with "size" attribute) or remove first
empty option or set width of the list etc.
I was trying to do it using only CSS, but unfortunately
MS IE doesn't support :first-child for <option> tag :(
2. wrapper table for HTML block to edit nickname
It can be useful if we want to put the block on the right.
I was trying to do it with <div> tag, but unfortunately Firefox
has a problem with floated boxes. It displayed nick edit box
on the bottom :(
3. "class" attribute for hardcoded <input> tags
It can be useful if we want set width of the <input> tag etc.
Please look at my screenshot [1] if you want to see my improvents
in the action ;)
What do you think about it? Is my patch acceptable for you?
You can try that it's imperceptible for current Sqwebmail users :)
My best regards,
[1] http://poczta.student.uw.edu.pl/webmail/devel/abooklist.png