Commit 0ce5153c authored by Christophe Dumez's avatar Christophe Dumez

2006-06-26 chris

* Update according to last XHTML style update

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8163 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 375f67fa
......@@ -94,7 +94,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_list</string> </value>
<value> <string>list_main</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -62,8 +62,6 @@
<value>
<list>
<string>left</string>
<string>right</string>
<string>center</string>
<string>bottom</string>
</list>
</value>
......@@ -80,12 +78,6 @@
</list>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>left</string> </key>
<value>
......@@ -94,12 +86,6 @@
</list>
</value>
</item>
<item>
<key> <string>right</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -87,7 +87,7 @@ if removed != \'\' and removed != \'none\':\n
else:\n
commit_recurs = removed\n
\n
if not changelog :\n
if changelog is None :\n
context.REQUEST.set(\'portal_status_message\', \'Please set a changelog message...\')\n
context.REQUEST.set(\'cancel_url\', context.absolute_url() + \'/BusinessTemplate_viewSvnStatus?do_extract=False&portal_status_message=Commit%20cancelled.\')\n
return context.asContext(added=added, modified=modified, removed=removed).BusinessTemplate_viewSvnChangelog()\n
......@@ -169,6 +169,7 @@ return context.BusinessTemplate_viewSvnStatus()\n
<string>_getitem_</string>
<string>context</string>
<string>commit_recurs</string>
<string>None</string>
<string>False</string>
<string>True</string>
<string>error</string>
......
......@@ -73,7 +73,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
<tal:block tal:define="css_list python: [\'css/movableMenu.css\',];\n
js_list python: [\'js/menuico.js\', \'js/movableMenu.js\', \'js/BusinessTemplate_doCreateJavaScriptDiff\']">\n
<tal:block metal:use-macro="here/document/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<!-- Form Hidden : Selected files -->\n
<input type=\'hidden\' name=\'removed\' tal:attributes="value python:context.REQUEST[\'removed\']"/>\n
......
......@@ -73,7 +73,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
<tal:block tal:define="css_list python: [\'css/dhtmlXTree.css\', \'css/movableMenu.css\'];\n
js_list python: [\'js/dhtmlXCommon.js\', \'js/dhtmlXTree.js\', \'js/menuico.js\', \'js/movableMenu.js\', \'js/BusinessTemplate_doCreateJavaScriptStatus\']">\n
<tal:block metal:use-macro="here/document/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<noscript>\n
<h3 class="error">Please activate javascript in your web browser or this module won\'t work.</h3>\n
......
2006-06-26 chris
* Update according to last XHTML style update
2006-06-22 chris
* erp5Subversion is now XHTML Strict compliant
* erp5Subversion works with erp5_xhtml_style
......
0.8.1
\ No newline at end of file
0.8.2
\ 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