In Reply To:
Please be aware, that I've translated it into german. But i think you can handle this.
Well, I know what German looks like and I know a few words. But I mainly look at the actual code.
I see that you have several hidden fields already, or at least "admin-only" fields --
ID and
user. The fields will only show up if the user has "admin" permission. Did you want to change this to be hidden all the time? Or did you want to hide other fields?
In Reply To:
So I added a second though in the original file I can find only one on this place.
If this happens again, please don't just add a bracket unless you know where it should go. It's much harder to figure out where the problem is if there's an extra one. (Well, I have to figure out where the one should go and then figure out where your extra one is.)
...(A little later.)
I found the bracket you added.
In sub html_add_form, you need to add a
; to the end of the line:
$page_title = "Neuen Eintrag hinzufügen"; In sub html_change_password_success, is where your missing bracket was:
Code:
if ($auth_lookup) {
print qq|
<$font>Wenn Sie Ihr Benutzername oder Ihr Passwort vergessen haben, koenen Sie es sich
<a href="$db_script_url?db=$db_setup&lookup_form=1">zumailen lassen.</a></font>
|;
}
(Greetings from Kent, near Seattle, in the northwest of the US.

)
JPD
http://www.jpdeni.com/dbman/