Commit d82dc11a authored by Romain Courteaud's avatar Romain Courteaud

Since r18736, sort on listbox column is now a POST and no longer a GET

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18931 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent be0ff626
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -137,9 +134,13 @@
title python: value[1];\n
sort_order python: value[2]">\n
<th tal:condition="sql">\n
<a href="portal_selections/setSelectionQuickSortOrder?selection_name=default&amp;sort_on=id&amp;form_id=view"\n
tal:attributes="href string:portal_selections/setSelectionQuickSortOrder?selection_name=${selection_name}&amp;sort_on=${sql}&amp;form_id=${form_id}"\n
tal:content="title" i18n:domain="ui" i18n:translate=""/>\n
<button type="submit" class="sort_button"\n
name="setSelectionQuickSortOrder:method"\n
tal:attributes="title string:${title}; \n
value string:${field_id}.${sql}"\n
i18n:domain="ui" i18n:attributes="title">\n
<span tal:content="title" i18n:domain="ui" i18n:translate="">ID</span>\n
</button>\n
<img tal:condition="python: sort_order == \'ascending\'"\n
src="1bottomarrow.png" alt="Ascending Display" title="Ascending Display"\n
tal:attributes="src string:${portal_url_string}/images/1bottomarrow.png"\n
......@@ -238,7 +239,8 @@
</tal:block>\n
<!-- ListBox ends here -->\n
\n
</tal:block>
</tal:block>\n
]]></string> </value>
</item>
......
620
\ No newline at end of file
622
\ 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