Ken, all,
I've finished moving the status/error messages into the html templates.
There were a *LOT* of changes, so anyone that can, please help test this
out.
Here's the rundown of what this patch does:
1. Adds ##S hook to all html templates
2. changes all fprintf(actout,"<h2>%s</h2>", get_html_text("XXX")) type
calls to sprintf(StatusMessage,"<h2>%s</h2>", get_html_text("XXX")) type
calls so that send_template() can put the text inside the html.
3. Moved some more text from user.c into the en dictionary
4. Cleans up some crap left over from my previous patches
To install, do:
cd qmailadmin-0.57
lynx --source http://shupp.org/patches/0.57-patch.diff.gz | patch -p0
./configure <options>
make install-strip
Cheers,
Bill Shupp