]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/UserTrainings.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / account / UserTrainings.templ
diff --git a/src/org/cacert/gigi/pages/account/UserTrainings.templ b/src/org/cacert/gigi/pages/account/UserTrainings.templ
deleted file mode 100644 (file)
index 58de7dd..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<table class="table">
-<tbody>
-<tr><th><? if($username) { ?><?=_Trainings of ${username}?><? } else { ?><?=_Trainings?><? } ?></th></tr>
-<? foreach($entries) { ?>
-<tr><td><?=$entry?></td></tr>
-<? } ?>
-</tbody>
-</table>
-