]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/History.templ
upd: history also for organisations.
[gigi.git] / src / org / cacert / gigi / pages / account / History.templ
diff --git a/src/org/cacert/gigi/pages/account/History.templ b/src/org/cacert/gigi/pages/account/History.templ
new file mode 100644 (file)
index 0000000..238f9c4
--- /dev/null
@@ -0,0 +1,9 @@
+<table class="wrapper dataTable centertext">
+<tbody>
+<tr><th><?=_Support actions?></th></tr>
+<? foreach($entries) { ?>
+<tr><td><?=$entry?></td></tr>
+<? } ?>
+</tbody>
+</table>
+