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 @@
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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
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