30 Jan
2001
30 Jan
'01
4:02 p.m.
In the editPermission form what should be the 'name' input field has an incorrectly set HTML attribute (name="title"), it reads:
<input type="text" name="title"size="40" value="<dtml-var name html_quote>" />
but, it should be:
<input type="text" name="name"size="40" value="<dtml-var name html_quote>" />
This is fixed in CVS (Collector #1916). Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations www.digicool.com