]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportRevokeCertificatesForm.templ
upd: use bootstrap class for button
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportRevokeCertificatesForm.templ
index f4a0060e3de96ccaa1139284387d2d7b728e3e65..1cc4de345f124627261165b7988d7966a144aff7 100644 (file)
@@ -1,4 +1,4 @@
-<table class="wrapper dataTable">
+<table class="table">
         <tbody><tr>
             <th colspan="6"><?=_Certificates?></td>
         </tr>
@@ -22,7 +22,7 @@
             <? } ?>
         <tr>
             <th colspan="6">
-                    <input value="<?=_revoke certificates?>" type="submit">
+                    <input class="btn btn-danger" name="revokeall" value="<?=_revoke certificates?>" type="submit">
             </th>
         </tr>
     </tbody></table>
\ No newline at end of file