]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ
upd: use bootstrap class for button
[gigi.git] / src / org / cacert / gigi / pages / account / certs / RequestCertificate.templ
index 9a448ba5e890d9bd4138074fac622bad69f3aff3..9ffd5da646ffaf179e69a9165aa9277a33439c61 100644 (file)
@@ -1,5 +1,5 @@
 <form method="post">
-<table class="wrapper dataTable">
+<table class="table">
   <thead>
   <tr>
     <th colspan="2" class="title"><?=_New Certificate from CSR?></th>
@@ -7,14 +7,14 @@
   </thead>
   <tbody>
   <tr>
-    <td><?=_I have a CSR! Paste it here:?></td>
+    <td><?=_I have a CSR! Paste it here:?><br/><?=_Don't know what a CSR is or how to create one? Take a look at the !'<a href="https://wiki.cacert.org/FAQ/CSR">'Wiki!'</a>'!?></td>
     <td>
-      <textarea name="CSR"></textarea>
+      <textarea class="form-control" name="CSR" class="csr"></textarea>
     </td>
   </tr>
   <tr>
     <td colspan="2">
-      <input type="submit" name="process" value="<?=_Next?>" />
+      <input class="btn btn-primary" type="submit" name="process" value="<?=_Next?>" />
       <input type='hidden' name='<?=$csrf_name?>' value='<?=$csrf?>'>
     </td>
   </tr>
@@ -23,7 +23,7 @@
 </form>
 <br>
 <form method="post">
-<table class="wrapper dataTable">
+<table class="table">
   <thead>
   <tr>
     <th colspan="2" class="title"><?=_New Certificate from newly generatey Key (SPKAC)?></th>
@@ -38,7 +38,7 @@
   </tr>
   <tr>
     <td colspan="2">
-     <input type="submit" name="process" value="<?=_Next?>" />
+     <input class="btn btn-primary" type="submit" name="process" value="<?=_Next?>" />
      <input type='hidden' name='<?=$csrf_name?>' value='<?=$csrf?>'>
     </td>
   </tr>