[Erp5-report] r18736 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 16 14:46:33 CET 2008


Author: aurel
Date: Wed Jan 16 14:46:31 2008
New Revision: 18736

URL: http://svn.erp5.org?rev=18736&view=rev
Log:
2008-01-16 aurel
* sort on listbox column is now a POST and no  longer a GET

Added:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/template_catalog_scriptable_key_list
Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml?rev=18736&r1=18735&r2=18736&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml Wed Jan 16 14:46:31 2008
@@ -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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=18736&r1=18735&r2=18736&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Wed Jan 16 14:46:31 2008
@@ -415,6 +415,12 @@
 button span {\n
   background-color: inherit;\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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log?rev=18736&r1=18735&r2=18736&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/change_log Wed Jan 16 14:46:31 2008
@@ -1,3 +1,6 @@
+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.
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=18736&r1=18735&r2=18736&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Wed Jan 16 14:46:31 2008
@@ -1,1 +1,1 @@
-481
+484

Added: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/template_catalog_scriptable_key_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/template_catalog_scriptable_key_list?rev=18736&view=auto
==============================================================================
    (empty)




More information about the Erp5-report mailing list