Commit 2f8cbecd authored by Yoshinori Okuji's avatar Yoshinori Okuji

2007-09-23 yo

* Remove the links to the favicon, as it breaks existing settings.
* Ignore an error if form is None. This may happen when standard_error_message is called.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16559 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c71069e
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -84,7 +81,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -84,7 +81,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
value python: request.get(field_id, None);\n value python: request.get(field_id, None);\n
field_errors python: request.get(\'field_errors\', {});\n field_errors python: request.get(\'field_errors\', {});\n
field_has_error python: field_errors.has_key(field_id);\n field_has_error python: field_errors.has_key(field_id);\n
global form_id form_id | python: form.id;\n global form_id form_id | form/id | nothing;\n
field_description field/Field_getDescription;\n field_description field/Field_getDescription;\n
is_web_mode is_web_mode | nothing">\n is_web_mode is_web_mode | nothing">\n
<div tal:define="html_render python: field.render_htmlgrid(value, request)"\n <div tal:define="html_render python: field.render_htmlgrid(value, request)"\n
......
...@@ -120,8 +120,6 @@ IDEAS:\n ...@@ -120,8 +120,6 @@ IDEAS:\n
<tal:block tal:repeat="js js_list">\n <tal:block tal:repeat="js js_list">\n
<script tal:attributes="src js" type="text/javascript"></script>\n <script tal:attributes="src js" type="text/javascript"></script>\n
</tal:block>\n </tal:block>\n
<link rel="icon" tal:attributes="href python: \'%s/images/favicon.ico\' % here.portal_url()" type="image/x-icon" />\n
<link rel="shortcut icon" tal:attributes="href python: \'%s/images/favicon.ico\' % here.portal_url()" type="image/x-icon" />\n
</head>\n </head>\n
<body>\n <body>\n
<form id="main_form"\n <form id="main_form"\n
......
2007-09-23 yo
* Remove the links to the favicon, as it breaks existing settings.
* Ignore an error if form is None. This may happen when standard_error_message is called.
2007-09-23 Kazuhiko 2007-09-23 Kazuhiko
* Add favicon * Add favicon
* Output better XHTML/1.0 * Output better XHTML/1.0
......
441 443
\ 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