src/pyams_security/zmi/widget/templates/ordered-list-display.pt
changeset 0 f04e1d0a0723
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_security/zmi/widget/templates/ordered-list-display.pt	Thu Feb 19 10:53:29 2015 +0100
@@ -0,0 +1,6 @@
+<table class="table table-bordered table-striped table-hover table-tight"
+	   tal:attributes="id string:${view/field/getName}_list">
+	<tr tal:repeat="item view/items">
+		<td tal:content="item/title | item"></td>
+	</tr>
+</table>