Commit a5d663bc authored by Yusei Tahara's avatar Yusei Tahara

2007-11-23 Yusei

* Add bookmark box in WebSite_viewDashboardRenderer.
* Try to get simulation state if validation state accessor does not exists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17763 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e7eb973f
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
<span tal:replace="doc/getTitle"/>\n <span tal:replace="doc/getTitle"/>\n
<span tal:condition="python: hasattr(doc, \'getVersion\') and doc.getVersion()" \n <span tal:condition="python: hasattr(doc, \'getVersion\') and doc.getVersion()" \n
tal:replace="python: \'ver. %s\' % doc.getVersion()"/>\n tal:replace="python: \'ver. %s\' % doc.getVersion()"/>\n
(<span tal:content="python: getattr(doc, \'getValidationStateTitle\',None) and doc.getValidationStateTitle()" \n (<span tal:content="python: (getattr(doc, \'getValidationStateTitle\',None) and doc.getValidationStateTitle()) or (getattr(doc, \'getSimulationStateTitle\', None) and doc.getSimulationStateTitle())" \n
tal:attributes="class doc/getTranslatedValidationStateTitle|nothing"/>)\n tal:attributes="class doc/getTranslatedValidationStateTitle|doc/getTranslatedSimulationStateTitle|nothing"/>)\n
</a>\n </a>\n
</tal:block>\n </tal:block>\n
</li>\n </li>\n
......
2007-11-23 Yusei 2007-11-23 Yusei
* Add bookmark box in WebSite_viewDashboardRenderer. * Add bookmark box in WebSite_viewDashboardRenderer.
* Try to get simulation state if validation state accessor does not exists.
2007-11-21 Yusei 2007-11-21 Yusei
* if document's title is empty, then display its id in document relation box. * if document's title is empty, then display its id in document relation box.
......
596 597
\ No newline at end of file \ 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