make gpgfp readonly and hidden per default, reference jquery

- add support for per template extra head elements
- add jquery link to showform.mako
- hide gpgfpfield and make it read-only
This commit is contained in:
Jan Dittberner 2009-01-23 14:23:53 +01:00
parent 2ac9f6dc5a
commit 659dbaed19
3 changed files with 11 additions and 3 deletions

View file

@ -54,4 +54,8 @@ td p {
.errormsg {
color:red;
}
}
.hidden {
display:none;
}