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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 13 12:22:30 CET 2006


Author: romain
Date: Mon Nov 13 12:22:27 2006
New Revision: 11278

URL: http://svn.erp5.org?rev=11278&view=rev
Log:
Don't display useless None in the UI.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
    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/sort_list_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml?rev=11278&r1=11277&r2=11278&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml Mon Nov 13 12:22:27 2006
@@ -42,6 +42,12 @@
                   </dictionary>
                 </state>
               </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
             </value>
         </item>
         <item>
@@ -115,7 +121,7 @@
               </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

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=11278&r1=11277&r2=11278&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Mon Nov 13 12:22:27 2006
@@ -1,1 +1,1 @@
-295
+296




More information about the Erp5-report mailing list