[Erp5-report] r14886 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jun 19 17:58:03 CEST 2007
Author: jerome
Date: Tue Jun 19 17:58:03 2007
New Revision: 14886
URL: http://svn.erp5.org?rev=14886&view=rev
Log:
escape html in portal_status_message
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml?rev=14886&r1=14885&r2=14886&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml Tue Jun 19 17:58:03 2007
@@ -81,14 +81,10 @@
- Add callbacks to ERP5Form object (selection ?) to gather needed fields -> put them in http_parameter_list.\n
-->\n
</tal:block>\n
-\n
<tal:block metal:define-macro="master">\n
-\n
<tal:block tal:define="global_definitions_macros here/global_definitions/macros">\n
<tal:block metal:use-macro="global_definitions_macros/header_definitions"/>\n
-\n
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n
-\n
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n
<head>\n
<base tal:attributes="href python: \'%s/\' % (url, )"/>\n
@@ -115,7 +111,7 @@
<!-- We should probably call the default method instead -->\n
<input tal:condition="form_action | nothing"\n
id="hidden_button" type="submit" value="dummy"\n
- tal:attributes="name python: \'%s:method\' % (form_action, )" />\n
+ tal:attributes="name string:${form_action}:method" />\n
<tal:block metal:use-macro="global_definitions_macros/http_definitions"/>\n
<tal:block metal:define-slot="layout">\n
<div id="bars">\n
@@ -141,7 +137,7 @@
</tal:block>\n
</div>\n
<p class="clear"></p>\n
- <div tal:content="structure here/REQUEST/portal_status_message | nothing" id="transition_message"/>\n
+ <div tal:content="request/portal_status_message | nothing" id="transition_message"/>\n
</div>\n
<div id="master">\n
<tal:block metal:define-slot="main"/>\n
@@ -151,7 +147,8 @@
</body>\n
</html>\n
</tal:block>\n
-</tal:block>
+</tal:block>\n
+
]]></string> </value>
</item>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=14886&r1=14885&r2=14886&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Tue Jun 19 17:58:03 2007
@@ -1,1 +1,1 @@
-386
+387
More information about the Erp5-report
mailing list