]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/TTPAdminPage.templ
add: add boolean to separate groups for user and support
[gigi.git] / src / org / cacert / gigi / pages / admin / TTPAdminPage.templ
index 1e41bf855a6a02954f0d2baa81745380880b6afc..0a4b6a2ea5e94f9e0f0160b39700df0ca56df940 100644 (file)
@@ -1,6 +1,9 @@
-<table class="wrapper dataTable">
+<table class="table">
 <tr><th><?=_Name?></th><th><?=_Email?></th><th></th></tr>
 <? foreach($users) { ?>
 <tr><td><?=$name?></td><td><?=$email?></td><td><a href="/admin/ttp/<?=$id?>">Process</a></td></tr>
 <? } ?>
-</table>
\ No newline at end of file
+</table>
+<? if($next) { ?>
+<a href="?offset=<?=$next?>"><?=_next?></a>
+<? } ?>