[Zope] Little bug in lib/python/App/dtml/editPermission.dtml (v.2.3.0)

2001-01-30 Thread Roberto Lupi

[Zope v.2.3.0 final]

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" /

-- 
Roberto Lupi


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Little bug in lib/python/App/dtml/editPermission.dtml (v.2.3.0)

2001-01-30 Thread Brian Lloyd

 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[EMAIL PROTECTED]
Software Engineer  540.371.6909
Digital Creations  www.digicool.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )