]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/output/CertificateTable.templ
add: handling of who issued a certificate
[gigi.git] / src / club / wpia / gigi / output / CertificateTable.templ
index edf01ebc0b4ed518558e64c4ccf53f1adddf8787..3002524896a18bb78ec207eff60ca4197469210f 100644 (file)
@@ -11,6 +11,7 @@
 <th><?=_Expires?></th>
 <th><?=_Login?></th>
 <th><?=_Description?></th>
+<th><?=_Issued by?></th>
 </tr></thead>
 <tbody>
 <? foreach($certs) {?>
@@ -28,6 +29,7 @@
        <td class="<?=$classExpired?>"><?=$expire?></td>
        <td><?=$login?></td>
        <td><?=$description?></td>
+       <td><span title="<?=$actorname?>"><?=$actorinitials?></span></td>
 </tr>
 <? } ?>
 </tbody>