[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - folder_contents.pt:1.2
Jim Fulton
jim@zope.com
Thu, 26 Dec 2002 16:31:56 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv9353
Modified Files:
folder_contents.pt
Log Message:
Fixed a bug in the add link generation.
It doesn't seem right to have to override the view just to provide
this.
=== Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt:1.1 Thu Dec 26 15:20:48 2002
+++ Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt Thu Dec 26 16:31:56 2002
@@ -7,8 +7,9 @@
<div metal:fill-slot="commonTasks">
Add new content:<br>
<tal:block repeat="info context/@@+/addingInfo">
- <a href="#" tal:attributes="href string:${request/getURL}?type_name=${info/title};
- class info/selected" >
+ <a href="#"
+ tal:attributes="href string:${request/getURL}?type_name=${info/action};
+ class info/selected" >
<div tal:attributes="value info/id|default"
tal:content="info/title">Folder
</div>