[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - main.dtml:1.16.52.2
Shane Hathaway
shane@digicool.com
Thu, 27 Sep 2001 17:17:55 -0400
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv5757/dtml
Modified Files:
Tag: ComponentArchitecture-branch
main.dtml
Log Message:
Got component factories to work.
=== Zope/lib/python/OFS/dtml/main.dtml 1.16.52.1 => 1.16.52.2 ===
<option value="manage_workspace" disabled>Select type to add...</option>
<dtml-in filtered_meta_types sort=getName>
- <option value="&dtml.url_quote-getAction;">&dtml-getName;</option>
+ <option value="&dtml-getAction;">&dtml-getName;</option>
</dtml-in>
</select>
<input class="form-element" type="submit" name="submit" value=" Add " />
<dtml-else>
<dtml-in filtered_meta_types mapping sort=name>
- <input type="hidden" name=":method" value="&dtml.url_quote-getAction;" />
+ <input type="hidden" name=":method" value="&dtml-getAction;" />
<input class="form-element" type="submit" name="submit" value=" Add &dtml-getName;" />
</dtml-in>
</dtml-if>