Commit e06d06b6 authored by Christophe Dumez's avatar Christophe Dumez

- improved svn status a little for better compatibility with html style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6631ff1e
......@@ -52,8 +52,15 @@
"DTD/xhtml1-strict.dtd">\n
<?xml-stylesheet href="erp5.css" rel="stylesheet" type="text/css"?>\n
\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block tal:define="layout_form_id here/getApplicableLayout | nothing;\n
editable_mode request/editable_mode | nothing;\n
global ignore_layout request/ignore_layout | nothing;\n
global layout_form python:(not layout_form_id or ignore_layout) or getattr(here, layout_form_id, None);\n
default_layout string:view_master;\n
layout_id layout_form/pt | default_layout;">\n
<tal:block metal:use-macro="python:getattr(here,layout_id).macros[\'master\']">\n
<tal:block metal:fill-slot="main">\n
\n
<link rel="STYLESHEET" type="text/css" href="css/dhtmlXTree.css">\n
\n
<script src="js/dhtmlXCommon.js"></script>\n
......@@ -148,6 +155,7 @@ here/BusinessTemplate_doCreateJavaScriptStatus">javascript here</tal:js>\n
doOnLoad()\n
</script>\n
</tal:block>\n
</tal:block>\n
</tal:block>
]]></string> </value>
......
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