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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 18 10:35:53 CET 2008


Author: fabien
Date: Tue Mar 18 10:35:53 2008
New Revision: 19983

URL: http://svn.erp5.org?rev=19983&view=rev
Log:
Change ListBox_asHTML to be XHTML valid (remove the repeated attribute "class", add a alt atribute in img markup)

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/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=19983&r1=19982&r2=19983&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 Tue Mar 18 10:35:53 2008
@@ -244,7 +244,7 @@
                   </tal:block>\n
                 </select>\n
               </td>\n
-              <td class="AnchorColumn" tal:condition="show_anchor_column" class="Data">&nbsp;</td>\n
+              <td class="AnchorColumn Data" tal:condition="show_anchor_column">&nbsp;</td>\n
               <td tal:condition="show_select_column"\n
                 class="Data" style="width: 50px; text-align: center; vertical-align: middle">\n
                 <input id="listbox_check_all" type="image"\n
@@ -343,8 +343,8 @@
                     tal:attributes="href string:${method_id}?report_url=${line/getDomainUrl}&amp;form_id=${form_id}&amp;list_selection_name=${selection_name}"\n
                     tal:content="structure python: \'%s%s&nbsp;%s\' % (\'&nbsp;&nbsp;\' * line.getDepth(), line.isOpen() and \'-\' or \'+\', section_name)" />\n
                 </td>\n
-                <td class="AnchorColumn" tal:condition="python:show_anchor_column and len(render_result)" class="Data" style="width: 20px;">\n
-                  <a href="#" tal:attributes="href python:render_result[0][4]"><img src="document_icon.gif" tal:attributes="src string:${portal_url_string}/images/line_clickable.png" /></a>\n
+                <td class="AnchorColumn Data" tal:condition="python:show_anchor_column and len(render_result)" style="width: 20px;">\n
+                  <a href="#" tal:attributes="href python:render_result[0][4]"><img src="document_icon.gif" alt="document" tal:attributes="src string:${portal_url_string}/images/line_clickable.png" /></a>\n
                 </td>\n
                 <td tal:condition="show_select_column"\n
                   class="DataA" style="width: 50px; text-align: center; vertical-align: middle"\n
@@ -376,7 +376,7 @@
             <tr tal:condition="here/showStat" id="listbox_stat_line"\n
               tal:attributes="id string:${field_id}_stat_line">\n
               <td tal:condition="is_report_tree_mode" class="Data">&nbsp;</td>\n
-              <td class="AnchorColumn" tal:condition="show_anchor_column" class="Data">&nbsp;</td>\n
+              <td class="AnchorColumn Data" tal:condition="show_anchor_column">&nbsp;</td>\n
               <td tal:condition="show_select_column" class="Data">&nbsp;</td>\n
               <tal:block tal:repeat="value here/getStatValueList">\n
                 <td class="Data" align="left"\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=19983&r1=19982&r2=19983&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Tue Mar 18 10:35:53 2008
@@ -1,1 +1,1 @@
-514
+515




More information about the Erp5-report mailing list