]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/output/CertificateTable.templ
chg: make description work for certificate, save and display description
[gigi.git] / src / club / wpia / gigi / output / CertificateTable.templ
index 539ac1e15e981a180be7d981fa6b226360fd1058..edf01ebc0b4ed518558e64c4ccf53f1adddf8787 100644 (file)
@@ -10,6 +10,7 @@
 <th><?=_Revoked?></th>
 <th><?=_Expires?></th>
 <th><?=_Login?></th>
+<th><?=_Description?></th>
 </tr></thead>
 <tbody>
 <? foreach($certs) {?>
@@ -26,6 +27,7 @@
        <td><?=$revoked?></td>
        <td class="<?=$classExpired?>"><?=$expire?></td>
        <td><?=$login?></td>
+       <td><?=$description?></td>
 </tr>
 <? } ?>
 </tbody>