[Erp5-report] r23824 - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5_web_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Sep 25 17:10:18 CEST 2008
Author: fabien
Date: Thu Sep 25 17:10:17 2008
New Revision: 23824
URL: http://svn.erp5.org?rev=23824&view=rev
Log:
correct some xhtml problems :
* the attribute selected had no value
* the attribute value was present two times
Modified:
erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml
erp5/trunk/bt5/erp5_web/bt/revision
Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml?rev=23824&r1=23823&r2=23824&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml Thu Sep 25 17:10:17 2008
@@ -9,12 +9,6 @@
</pickle>
<pickle>
<dictionary>
- <item>
- <key> <string>__ac_local_roles__</string> </key>
- <value>
- <none/>
- </value>
- </item>
<item>
<key> <string>_bind_names</string> </key>
<value>
@@ -42,12 +36,6 @@
</value>
</item>
<item>
- <key> <string>_owner</string> </key>
- <value>
- <none/>
- </value>
- </item>
- <item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
@@ -72,8 +60,8 @@
<input type="text" size="40" name="new_advanced_search_text" id="SearchableText" class="autofocus"/>\n
<select size="1" class="input" name="new_advanced_search_portal_type">\n
<tal:block metal:define-macro="search_type_option_list">\n
- <option value="" selected value="" i18n:translate="" i18n:domain="ui">Everything</option>\n
- <option value="all" selected value="" i18n:translate="" i18n:domain="ui">All Documents</option>\n
+ <option value="" selected="selected" i18n:translate="" i18n:domain="ui">Everything</option>\n
+ <option value="all" selected="selected" i18n:translate="" i18n:domain="ui">All Documents</option>\n
<tal:block tal:repeat="ptype here/getPortalDocumentTypeList">\n
<option tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n
@@ -169,7 +157,7 @@
<div>\n
<textarea cols="80" rows="4" name="query_description"></textarea>\n
<select size="1" class="input" name="query_portal_type">\n
- <option value="all" selected value="" i18n:translate="" i18n:domain="ui">Any Documents</option>\n
+ <option value="all" selected="selected" value="" i18n:translate="" i18n:domain="ui">Any Documents</option>\n
<option tal:repeat="ptype here/getPortalDocumentTypeList"\n
tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n
@@ -201,12 +189,6 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
- <item>
- <key> <string>uid</string> </key>
- <value>
- <none/>
- </value>
- </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=23824&r1=23823&r2=23824&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision Thu Sep 25 17:10:17 2008
@@ -1,1 +1,1 @@
-708
+709
More information about the Erp5-report
mailing list