[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - main.dtml:1.16.52.1
Shane Hathaway
shane@digicool.com
Wed, 26 Sep 2001 13:42:38 -0400
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv16253/dtml
Modified Files:
Tag: ComponentArchitecture-branch
main.dtml
Log Message:
- The "add" list now includes entries from the ZopeComponents registry.
- Added __bobo_traverse__ and __browser_default__ methods to ObjectManager
so we can start using presentation components.
- Created SimpleItemInterfaces module.
=== Zope/lib/python/OFS/dtml/main.dtml 1.16 => 1.16.52.1 ===
onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value">
<option value="manage_workspace" disabled>Select type to add...</option>
- <dtml-in filtered_meta_types mapping sort=name>
- <option value="&dtml.url_quote-action;">&dtml-name;</option>
+ <dtml-in filtered_meta_types sort=getName>
+ <option value="&dtml.url_quote-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-action;" />
- <input class="form-element" type="submit" name="submit" value=" Add &dtml-name;" />
+ <input type="hidden" name=":method" value="&dtml.url_quote-getAction;" />
+ <input class="form-element" type="submit" name="submit" value=" Add &dtml-getName;" />
</dtml-in>
</dtml-if>
</form>