Commit b8526985 authored by Romain Courteaud's avatar Romain Courteaud

Display IDs generated by the IdTool.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14900 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ea08fde
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<p>Explain IdTool</p>
<p>This tools handles the generation of IDs.</p>
<table width="100%">
<tr class="list-header">
<th>
Group
</th>
<th>
ID
</th>
<dtml-in prefix="dict" expr="dict_ids.keys()" no_push_item>
<dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<td>
<div class="list-item"><dtml-var expr="dict_item"></div>
</td>
<td>
<div class="list-item"><dtml-var expr="dict_ids[dict_item]"></div>
</td>
</tr>
</dtml-in>
</table>
<dtml-var manage_page_footer>
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