]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/CertificateTable.templ
UPD: Added issued and expires date to certificates display
[gigi.git] / src / org / cacert / gigi / output / CertificateTable.templ
index 29c53eb0f47359b76f6a6c0ad5e882902fcc52cd..1999897ec3c6c4b95b08da923f3dd8d0dd56135c 100644 (file)
@@ -1,16 +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><?=_Profile?></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) {?>