Rune, please check your databases ACL.
This code displays the link:
Plink_Image := "/"+ @WebDbName + "/notes_blue.gif";
NotesLink := "
";
@If(@IsMember("[ONPD-Admin]";@UserRoles);NotesLink;"")
It is checking for the Role "ONPD-Admin", you should be the only person with this role, but not the Anonymous user.
Christian