[Erp5-report] r11614 - /erp5/trunk/products/ERP5Type/dtml/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 5 17:29:48 CET 2006


Author: romain
Date: Tue Dec  5 17:29:42 2006
New Revision: 11614

URL: http://svn.erp5.org?rev=11614&view=rev
Log:
Improve class_tool view.

Modified:
    erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml
    erp5/trunk/products/ERP5Type/dtml/viewDocumentList.dtml
    erp5/trunk/products/ERP5Type/dtml/viewExtensionList.dtml
    erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml

Modified: erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml?rev=11614&r1=11613&r2=11614&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml (original)
+++ erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml Tue Dec  5 17:29:42 2006
@@ -13,7 +13,11 @@
       Actions
     </th>
   <dtml-in getLocalConstraintList>
-  <tr>
+  <dtml-if sequence-odd>
+  <tr class="row-normal">
+  <dtml-else>
+  <tr class="row-hilite">
+  </dtml-if>
     <td>
       <div class="list-item"><dtml-var sequence-item></div>
     </td>   

Modified: erp5/trunk/products/ERP5Type/dtml/viewDocumentList.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/viewDocumentList.dtml?rev=11614&r1=11613&r2=11614&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/viewDocumentList.dtml (original)
+++ erp5/trunk/products/ERP5Type/dtml/viewDocumentList.dtml Tue Dec  5 17:29:42 2006
@@ -13,7 +13,11 @@
       Action
     </th>
   <dtml-in getLocalDocumentList>
-  <tr>
+  <dtml-if sequence-odd>
+  <tr class="row-normal">
+  <dtml-else>
+  <tr class="row-hilite">
+  </dtml-if>
     <td>
       <div class="list-item"><dtml-var sequence-item></div>
     </td>   
@@ -45,7 +49,11 @@
       Action
     </th>
   <dtml-in getProductDocumentPathList>
-  <tr>
+  <dtml-if sequence-odd>
+  <tr class="row-normal">
+  <dtml-else>
+  <tr class="row-hilite">
+  </dtml-if>
     <td>
       <div class="list-item"><dtml-var sequence-key></div>
     </td>   

Modified: erp5/trunk/products/ERP5Type/dtml/viewExtensionList.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/viewExtensionList.dtml?rev=11614&r1=11613&r2=11614&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/viewExtensionList.dtml (original)
+++ erp5/trunk/products/ERP5Type/dtml/viewExtensionList.dtml Tue Dec  5 17:29:42 2006
@@ -13,7 +13,11 @@
       Actions
     </th>
   <dtml-in getLocalExtensionList>
-  <tr>
+  <dtml-if sequence-odd>
+  <tr class="row-normal">
+  <dtml-else>
+  <tr class="row-hilite">
+  </dtml-if>
     <td>
       <div class="list-item"><dtml-var sequence-item></div>
     </td>   

Modified: erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml?rev=11614&r1=11613&r2=11614&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml (original)
+++ erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml Tue Dec  5 17:29:42 2006
@@ -13,7 +13,11 @@
       Actions
     </th>
   <dtml-in getLocalPropertySheetList>
-  <tr>
+  <dtml-if sequence-odd>
+  <tr class="row-normal">
+  <dtml-else>
+  <tr class="row-hilite">
+  </dtml-if>
     <td>
       <div class="list-item"><dtml-var sequence-item></div>
     </td>   




More information about the Erp5-report mailing list