]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/CertificateTable.templ
FIX: Off by one in date selector (how did this ever work??!)
[gigi.git] / src / org / cacert / gigi / output / CertificateTable.templ
index f2870bba29899795fbbf2f9b364e3b1b904abb9a..1999897ec3c6c4b95b08da923f3dd8d0dd56135c 100644 (file)
@@ -1,15 +1,16 @@
 <form method="post">
 <table class="wrapper dataTable">
 <thead><tr>
-<td><?=_Renew/Revoke/Delete?></td>
-<td><?=_Status?></td>
-<td><?=_Email Address?></td>
-<td><?=_SerialNumber?></td>
-<td><?=_Digest?></td>
-<td><?=_Issued?></td>
-<td><?=_Revoked?></td>
-<td><?=_Expires?></td>
-<td><?=_Login?></td>
+<th><?=_Renew/Revoke/Delete?></th>
+<th><?=_Status?></th>
+<th><?=_Email Address?></th>
+<th><?=_SerialNumber?></th>
+<th><?=_Digest?></th>
+<th><?=_Profile?></th>
+<th><?=_Issued?></th>
+<th><?=_Revoked?></th>
+<th><?=_Expires?></th>
+<th><?=_Login?></th>
 </tr></thead>
 <tbody>
 <? foreach($certs) {?>
@@ -19,6 +20,7 @@
        <td><?=$CN?></td>
        <td><a href='/account/certs/<?=$serial?>'><?=$serial?></a></td>
        <td><?=$digest?></td>
+       <td><?=$profile?></td>
        <td><?=$issued?></td>
        <td><?=$revoked?></td>
        <td><?=$expire?></td>