diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml index af3aa95278c2ef42aa73d2bc8449c702bf0ee0ac..ca0031ed519fd6e7f76195a74f79feed56853daa 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml @@ -44,6 +44,12 @@ </object> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>_text</string> </key> <value> <string encoding="cdata"><![CDATA[ @@ -115,7 +121,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n </label>\n <div class="input" tal:attributes="id string:sort_${row_index}">\n <select name="field_sort_on">\n - <option selected="selected" value="None">None</option>\n + <option selected="selected" value="None"></option>\n <option tal:repeat="option columns"\n tal:content="python:option[1]"\n tal:attributes="value python:option[0]"\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 3d9983adabb1c1a26961874f9121d56002ea2e09..fb32aea383e655b7d4efaaa01ce7f262de6bea83 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -295 \ No newline at end of file +296 \ No newline at end of file