]> 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 b7c0e4fce9f16db73b042e452a190834076511fb..41f9fd871e0bfb7290eedb8613da8ccf1fbc1293 100644 (file)
@@ -12,7 +12,7 @@
 <td><?=_Method?></td>
 </tr>
 <? foreach($assurances) {?>
-<tr>
+<tr <? if($expired) { ?> class="info" <? } ?> >
 <? if($support) { ?>
 <td><a href="/support/user/<?=$linkId?>/"><?=$id?></a></td>
 <? } else { ?>
@@ -28,4 +28,5 @@
 <td><?=$method?></td>
 </tr>
 <? } ?>
-</table>
\ No newline at end of file
+</table>
+<?=$info?>
\ No newline at end of file