]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/AssurancesDisplay.templ
Highlight expired nucleus bonus verifications in points overview
[gigi.git] / src / org / cacert / gigi / output / AssurancesDisplay.templ
index a36e3583f1e748f53d599cc83810db07ef190a97..41f9fd871e0bfb7290eedb8613da8ccf1fbc1293 100644 (file)
@@ -12,9 +12,9 @@
 <td><?=_Method?></td>
 </tr>
 <? foreach($assurances) {?>
-<tr>
+<tr <? if($expired) { ?> class="info" <? } ?> >
 <? if($support) { ?>
-<td><a href="/support/user/<?=$linkId?>"><?=$id?></a></td>
+<td><a href="/support/user/<?=$linkId?>/"><?=$id?></a></td>
 <? } else { ?>
 <td><?=$id?></td>
 <? } ?>
@@ -28,4 +28,5 @@
 <td><?=$method?></td>
 </tr>
 <? } ?>
-</table>
\ No newline at end of file
+</table>
+<?=$info?>
\ No newline at end of file