]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/History.templ
Add a hint what the "Request reping" is used for on the email page
[gigi.git] / src / org / cacert / gigi / pages / account / History.templ
index 238f9c41580aee0aa344ecb630939c2c3b40da10..90f1892941777fbeb09292568711599258fb97b8 100644 (file)
@@ -1,6 +1,6 @@
-<table class="wrapper dataTable centertext">
+<table class="table">
 <tbody>
-<tr><th><?=_Support actions?></th></tr>
+<tr><th><? if($username) { ?><?=_Support actions for ${username}?><? } else { ?><?=_Support actions?><? } ?></th></tr>
 <? foreach($entries) { ?>
 <tr><td><?=$entry?></td></tr>
 <? } ?>