]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/UserTrainings.templ
add: Output username on Support Training and Support History pages
[gigi.git] / src / org / cacert / gigi / pages / account / UserTrainings.templ
index 0e2667a0137d16472d767abcbe0c901b2611eb65..58de7ddf1f7bd89afae7f59a504aa5d439fed011 100644 (file)
@@ -1,6 +1,6 @@
 <table class="table">
 <tbody>
-<tr><th><?=_Trainings?></th></tr>
+<tr><th><? if($username) { ?><?=_Trainings of ${username}?><? } else { ?><?=_Trainings?><? } ?></th></tr>
 <? foreach($entries) { ?>
 <tr><td><?=$entry?></td></tr>
 <? } ?>