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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 13 14:12:54 CEST 2009


Author: jm
Date: Tue Oct 13 14:12:53 2009
New Revision: 29589

URL: http://svn.erp5.org?rev=29589&view=rev
Log:
Maximize width of search fields in listboxes

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.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/ListBox_asStandardHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml?rev=29589&r1=29588&r2=29589&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml [utf8] Tue Oct 13 14:12:53 2009
@@ -223,7 +223,7 @@
               </td>\n
               <tal:block tal:condition="show_search_line"\n
                 tal:repeat="value here/getSearchValueList">\n
-                <td class="DataB"\n
+                <td class="DataB" style="padding-right: 5px"\n
                   tal:define="alias python: value[0];\n
                               param python: value[1];\n
                               search_field python: value[2]">\n
@@ -232,7 +232,7 @@
                       tal:replace="structure python: search_field.render(value = param, key = alias)" />\n
                     <tal:block tal:condition="python: search_field is None">\n
                       <input tal:condition="not: is_gadget_mode" name="id" size="8" value=""\n
-                        tal:attributes="name alias; value param" />\n
+                        tal:attributes="name alias; value param" style="width: 100%" />\n
                       <input tal:condition="is_gadget_mode" \n
                         tal:define ="params python: {alias:\'this.value\'};"\n
                         size="8" type="textarea" \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=29589&r1=29588&r2=29589&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Tue Oct 13 14:12:53 2009
@@ -1,1 +1,1 @@
-838
+839




More information about the Erp5-report mailing list