[Erp5-report] r39022 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 11 14:27:25 CEST 2010


Author: jerome
Date: Mon Oct 11 14:27:24 2010
New Revision: 39022

URL: http://svn.erp5.org?rev=39022&view=rev
Log:
support .figure class in listbox editable fields.
Remove obsolete code that was using the value type to align left or right.
review by Ivan

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_listbox.css.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_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=39022&r1=39021&r2=39022&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] Mon Oct 11 14:27:24 2010
@@ -412,8 +412,8 @@
             <td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>\n
             <tal:block tal:repeat="value here/getStatValueList">\n
             <td align="left"\n
+               class="listbox-table-data-cell"\n
                tal:define="original_value python: value[0]; processed_value python: value[1]"\n
-               tal:attributes="align python: isinstance(original_value, (float, int, long)) and \'right\' or \'left\'"\n
                tal:content="structure processed_value" />\n
             </tal:block>\n
           </tr>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml?rev=39022&r1=39021&r2=39022&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml [utf8] Mon Oct 11 14:27:24 2010
@@ -727,6 +727,16 @@ table.listbox input{\n
   float:none;\n
 }\n
 \n
+.listbox-table-data-cell > .figure{\n
+  float:right;\n
+  display:block;\n
+}\n
+\n
+.listbox-table-data-cell > a > .figure{\n
+  float:right;\n
+  display:block;\n
+}\n
+\n
 table.listbox th button{\n
   border-width:0;\n
   cursor:pointer;\n
@@ -795,7 +805,8 @@ div.search-text-listbox{\n
 \n
 div.search-text-listbox input{\n
   width: auto;\n
-}
+}\n
+
 
 ]]></string> </value>
         </item>

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=39022&r1=39021&r2=39022&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] Mon Oct 11 14:27:24 2010
@@ -1 +1 @@
-1029
\ No newline at end of file
+1031
\ No newline at end of file




More information about the Erp5-report mailing list