When you click de:Hinzufügen (=add) with Firefox 1.0
Nocc 0.9.6(de) then it changes the value of the button
to Hinzufügen. Nothing happens on the mail form.
And after the next click on the button the contact is
added to the recipients and the value is changed to
löschen. Then it is also possible to remove the
contact from the list.
Happens with Opera 7.23, Mozilla 1.6, IE6, Firefox 1.0 (de)
So in the script that reads the buttons caption you can
not use the html coded string to ask for its value?
Anyway Thanks for your great work!
Logged In: YES
user_id=1154897
I changed the ü in the german languagefile, but I think
its only a workaround...
Logged In: YES
user_id=529507
I know what is the problem, but it seems I didn't fix it
everywhere.
I'll do it as soon as possible.
Logged In: YES
user_id=1154897
Just two comments: a)Another thing about the headers - it is
hard to integrate the scripts into another page (with its
own header and footer) when there are already headers sent.
Return to the action.php is done by a header() i have to
send and check headers before (for general site authentication)
b) the translation for the INBOX-name is not connected with
the language file any more. I use an IF statement to
translate IF "INBOX" then echo html_inbox...
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 bug report.