Commit 6abfff59 authored by Romain Courteaud's avatar Romain Courteaud

Improve class_tool view.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11614 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5be11f4c
...@@ -13,7 +13,11 @@ ...@@ -13,7 +13,11 @@
Actions Actions
</th> </th>
<dtml-in getLocalConstraintList> <dtml-in getLocalConstraintList>
<tr> <dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<td> <td>
<div class="list-item"><dtml-var sequence-item></div> <div class="list-item"><dtml-var sequence-item></div>
</td> </td>
......
...@@ -13,7 +13,11 @@ ...@@ -13,7 +13,11 @@
Action Action
</th> </th>
<dtml-in getLocalDocumentList> <dtml-in getLocalDocumentList>
<tr> <dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<td> <td>
<div class="list-item"><dtml-var sequence-item></div> <div class="list-item"><dtml-var sequence-item></div>
</td> </td>
...@@ -45,7 +49,11 @@ ...@@ -45,7 +49,11 @@
Action Action
</th> </th>
<dtml-in getProductDocumentPathList> <dtml-in getProductDocumentPathList>
<tr> <dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<td> <td>
<div class="list-item"><dtml-var sequence-key></div> <div class="list-item"><dtml-var sequence-key></div>
</td> </td>
......
...@@ -13,7 +13,11 @@ ...@@ -13,7 +13,11 @@
Actions Actions
</th> </th>
<dtml-in getLocalExtensionList> <dtml-in getLocalExtensionList>
<tr> <dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<td> <td>
<div class="list-item"><dtml-var sequence-item></div> <div class="list-item"><dtml-var sequence-item></div>
</td> </td>
......
...@@ -13,7 +13,11 @@ ...@@ -13,7 +13,11 @@
Actions Actions
</th> </th>
<dtml-in getLocalPropertySheetList> <dtml-in getLocalPropertySheetList>
<tr> <dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<td> <td>
<div class="list-item"><dtml-var sequence-item></div> <div class="list-item"><dtml-var sequence-item></div>
</td> </td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment