Commit 2970ece9 authored by Yusei Tahara's avatar Yusei Tahara

2007-11-28 Yusei

* Remove bookmark box from WebSite_viewDashboardRenderer.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17858 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee433f8f
......@@ -163,27 +163,6 @@
</div>\n
</tal:block>\n
</tal:block>\n
\n
<tal:block metal:define-macro="bookmark">\n
<tal:block tal:define="content_list python: here.WebSite_getBookmarkContentValueList()">\n
<div class="boxHeader">\n
Bookmark\n
</div>\n
<div class="boxContent">\n
<ul>\n
<li tal:repeat="item python: content_list">\n
<a tal:define="url python: \'%s/view\' % item.absolute_url()"\n
tal:attributes="href url">\n
<tal:block tal:replace="item/getTitleOrId"\n
tal:on-error="string:"/>\n
</a>\n
<tal:block tal:replace="python: \'(%s)\' % item.getPortalType()"\n
tal:on-error="string:"/>\n
</li>\n
</ul>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
......
2007-11-28 Yusei
* Remove bookmark box from WebSite_viewDashboardRenderer.
2007-11-23 Yusei
* Add bookmark box in WebSite_viewDashboardRenderer.
* Try to get simulation state if validation state accessor does not exists.
......
600
\ No newline at end of file
602
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment