[Erp5-report] r38007 ivan - in /erp5/trunk/bt5/erp5_km: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 25 10:08:21 CEST 2010


Author: ivan
Date: Wed Aug 25 10:08:20 2010
New Revision: 38007

URL: http://svn.erp5.org?rev=38007&view=rev
Log:
Avoid using HTML ID attributes. ( a listbox is never guaranteed to be alone in a page).

Modified:
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml
    erp5/trunk/bt5/erp5_km/bt/revision

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml?rev=38007&r1=38006&r2=38007&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/ListBox_asHTML.xml [utf8] Wed Aug 25 10:08:20 2010
@@ -172,9 +172,7 @@
       <table class="listbox">      \n
         <thead>\n
           <!--Column title -->\n
-          <tr id="listbox-label-line" \n
-              class="listbox-label-line"\n
-              tal:attributes="id string:${field_id}-label-line">  \n
+          <tr class="listbox-label-line">  \n
 \n
             <!--Report tree-->\n
             <th tal:condition="is_report_tree_mode"\n
@@ -261,9 +259,7 @@
 \n
             <!--Search column input -->\n
             <tr tal:condition="python: show_search_line or is_report_tree_mode"\n
-                id="listbox-search-line" \n
-                class="listbox-search-line"\n
-                tal:attributes="id python: show_search_line and (\'%s-search-line\' % field_id) or (\'%s-report-depth-line\' % field_id)">\n
+                class="listbox-search-line">\n
 \n
             <!--Report Tree -->\n
             <tal:block tal:condition="is_report_tree_mode">\n
@@ -322,7 +318,7 @@
                   <input tal:condition="python: is_gadget_mode" \n
                          tal:define ="params python: {alias:\'this.value\'};"\n
                          size="8"\n
-                         type="textarea" \n
+                         type="text" \n
                          tal:attributes=\'value python: selection.getParams().get(alias,"");\n
                                          onkeypress python:"if(event.keyCode==13){" + real_context.KnowledgePad_generateAjaxCall(context_url+"/"+form_id,box,dom_id,params).replace("\\"this.value\\"","this.value")+ "return false;;}"\'/>\n
                 </tal:block>\n
@@ -336,10 +332,9 @@
           <!-- Render listbox data-->\n
           <tal:block tal:condition="line_list"\n
                      tal:define="checked_uid_set here/getCheckedUidSet">\n
-            <tr tal:repeat="line line_list"              \n
-                tal:attributes="\n
-                  id string:${field_id}-data-line-${repeat/line/index};\n
-                  class python: line.getRowCSSClassName() or test(repeat[\'line\'].index % 2, \'DataB\', \'DataA\');">\n
+            <tr tal:repeat="line line_list"  \n
+                tal:attributes="                \n
+                  class python: line.getRowCSSClassName() or \'%s %s\' %(\'%s-data-line-%s\' %(field_id, repeat[\'line\'].index) ,test(repeat[\'line\'].index % 2, \'DataB\', \'DataA\'));">\n
               \n
               <tal:block tal:define="render_result line/render">\n
 \n

Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=38007&r1=38006&r2=38007&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Wed Aug 25 10:08:20 2010
@@ -1 +1 @@
-1521
\ No newline at end of file
+1522
\ No newline at end of file




More information about the Erp5-report mailing list