]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ
upd: fix some wording
[gigi.git] / src / org / cacert / gigi / pages / account / certs / RequestCertificate.templ
index 9a448ba5e890d9bd4138074fac622bad69f3aff3..5139a695c235017855c9ad704f8858bca03c4123 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,9 +7,9 @@
   </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>
@@ -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>