]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindCertPage.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindCertPage.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/FindCertPage.templ b/src/org/cacert/gigi/pages/admin/support/FindCertPage.templ
deleted file mode 100644 (file)
index d8f61c1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<p><?=_Multiple certificates?>: <?=$limit?></p>
-<table class="table">
-<tr>
-<th>Id</th><th><?=_Serial number?></th><th><?=_SAN?></th></tr>
-<? foreach($certtable) {?>
-  <tr>
-    <td><a href="/support/certs/<?=$serial?>"><?=$id?></a></td>
-    <td><a href="/support/certs/<?=$serial?>"><?=$serial?></a></td>
-    <td>
-    <? foreach($san) {?>
-       <?=$entry?>
-    <? } ?>
-    </td>
-  </tr>
-<? } ?>
-</table>