Commit b5a0e127 authored by Fabien Morin's avatar Fabien Morin

correct some xhtml problems :

* the attribute selected had no value
* the attribute value was present two times

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23824 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2daed981
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_bind_names</string> </key> <key> <string>_bind_names</string> </key>
<value> <value>
...@@ -41,12 +35,6 @@ ...@@ -41,12 +35,6 @@
</object> </object>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
...@@ -72,8 +60,8 @@ Description:\n ...@@ -72,8 +60,8 @@ Description:\n
<input type="text" size="40" name="new_advanced_search_text" id="SearchableText" class="autofocus"/>\n <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 <select size="1" class="input" name="new_advanced_search_portal_type">\n
<tal:block metal:define-macro="search_type_option_list">\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="" selected="selected" i18n:translate="" i18n:domain="ui">Everything</option>\n
<option value="all" selected value="" i18n:translate="" i18n:domain="ui">All Documents</option>\n <option value="all" selected="selected" i18n:translate="" i18n:domain="ui">All Documents</option>\n
<tal:block tal:repeat="ptype here/getPortalDocumentTypeList">\n <tal:block tal:repeat="ptype here/getPortalDocumentTypeList">\n
<option tal:attributes="value ptype" tal:content="python:ptype"\n <option tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n i18n:translate="" i18n:domain="ui">Standard Type</option>\n
...@@ -169,7 +157,7 @@ Description:\n ...@@ -169,7 +157,7 @@ Description:\n
<div>\n <div>\n
<textarea cols="80" rows="4" name="query_description"></textarea>\n <textarea cols="80" rows="4" name="query_description"></textarea>\n
<select size="1" class="input" name="query_portal_type">\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 <option tal:repeat="ptype here/getPortalDocumentTypeList"\n
tal:attributes="value ptype" tal:content="python:ptype"\n tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n i18n:translate="" i18n:domain="ui">Standard Type</option>\n
...@@ -201,12 +189,6 @@ Description:\n ...@@ -201,12 +189,6 @@ Description:\n
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
708 709
\ 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