Commit 1abcbc63 authored by Aurel's avatar Aurel

2008-01-16 aurel

* sort on listbox column is now a POST and no  longer a GET

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18736 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5410fae5
......@@ -263,8 +263,13 @@
title python: value[1];\n
sort_order python: value[2]">\n
<td tal:condition="sql" class="Data">\n
<a tal:attributes="href string:setSelectionQuickSortOrder?selection_name=${selection_name}&amp;sort_on=${sql}&amp;form_id=${form_id}"\n
tal:content="title" i18n:domain="ui" i18n:translate="">ID</a>\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
......
......@@ -417,6 +417,12 @@ button span {\n
color: #000;\n
}\n
\n
button.sort_button {\n
background-color: inherit;\n
color: inherit;\n
border-width: 0;\n
}\n
\n
img {\n
border: 0;\n
}\n
......
2008-01-16 aurel
* sort on listbox column is now a POST and no longer a GET
2007-12-19 yo
* Put ListBox_asHTML as a Page Template. It has been present as a Filesystem Page Template for a long time.
......
481
\ No newline at end of file
484
\ 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