]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ
Merge remote-tracking branch 'origin/master' into janis_work
[gigi.git] / src / org / cacert / gigi / pages / account / certs / RequestCertificate.templ
index 9a448ba5e890d9bd4138074fac622bad69f3aff3..0711cddd4b6a0854a30ee5e118a3d3f208146b57 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 as CSR is and how to create one? Take a look in 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>