This patch adds the <label> tag to *reapply_filters* in
the file "html/html_top_table.php".
It also put the checkbnox *before* the text, like the
other preferences.
Sorry, there was a small bug in my last patch! :-(
I removed the <div>, since I thought it is unnecessary. But
in XHTML 1.1 must be form elements (<input>, <select>, ...)
inside a block element (<div>, <table>, <p>, ...). I didn't
know it.
So, the new patch adds the <div> again! ;)
Greetings,
Tim
Btw: I search for this problem and found it in
"html/send.php" too.
You must change line 18 from
<input type="hidden" name="forward_msgnum" value="<?php echo
$forward_msgnum ?>" />
to
<div><input type="hidden" name="forward_msgnum" value="<?php
echo $forward_msgnum ?>" /></div>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
original and altered file
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.
Logged In: YES
user_id=652377
Sorry, there was a small bug in my last patch! :-(
I removed the <div>, since I thought it is unnecessary. But
in XHTML 1.1 must be form elements (<input>, <select>, ...)
inside a block element (<div>, <table>, <p>, ...). I didn't
know it.
So, the new patch adds the <div> again! ;)
Greetings,
Tim
Btw: I search for this problem and found it in
"html/send.php" too.
You must change line 18 from
<input type="hidden" name="forward_msgnum" value="<?php echo
$forward_msgnum ?>" />
to
<div><input type="hidden" name="forward_msgnum" value="<?php
echo $forward_msgnum ?>" /></div>
original and altered file (Version 2)
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.