]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/MyPoints.templ
add: support should be able to see verifications of user
[gigi.git] / src / org / cacert / gigi / pages / wot / MyPoints.templ
index 1671f1ad111bcdce1dd00ab8c023c34e4008cd2f..aa681cf2d1b1524a6b66ca2a3f5a0cee5de8df6c 100644 (file)
@@ -17,7 +17,7 @@
     </tr>
 <? } ?>
 <table>
-<h2><?=_Verification Points You Received?></h2>
+<h2><? if($support) { ?><?=_Verification Points Received by ${username}?><? } else { ?><?=_Verification Points You Received?><? } ?></h2>
 <?=$pointlist?>
-<h2><?=_Verification Points You Issued?></h2>
+<h2><? if($support) { ?><?=_Verification Points Issued by ${username}?><? } else { ?><?=_Verification Points You Issued?><? } ?></h2>
 <?=$madelist?>