]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/CertificateIssueForm.templ
upd: use bootstrap class for button
[gigi.git] / src / org / cacert / gigi / pages / account / certs / CertificateIssueForm.templ
index 7b64dc72c12ddec25ad032010b8d9d5b899a60f1..e9947a970569f7b36c19bed74b1b5472537e566d 100644 (file)
   <tr class="expert">
     <td><?=_Valid period?></td>
     <td>
-        <?=$validity?>
-    </td>
-  </tr>
-    <tr>
-    <td class='check'>
-      <input type="checkbox" id="tos_agree" name="tos_agree" />
-    </td>
-    <td align="left">
-      <label for="tos_agree"><strong><?=_I accept the Terms of Service ($!{ToS}).?> </strong><br />
-      <?=_Please note: You need to accept the ToS to proceed.?></label>
+        <?=$validity?>(<?=_start: "now" or YYYY-MM-DD date, end: e.g. 2y, 6m or YYYY-MM-DD date?>)
     </td>
   </tr>
   <tr><td colspan='2'>&nbsp;</td></tr>
@@ -81,7 +72,7 @@
     </td>
     <td align="left">
       <label for="login"><?=_Enable certificate login with this certificate?><br />
-      <?=_By allowing certificate login, this certificate can be used to login into this account at https://secure.cacert.org/ .?></label>
+      <?=_By allowing certificate login, this certificate can be used to log into this account at !'<code>https://secure.cacert.org/</code>'.?></label>
     </td>
   </tr>
   <tr>
@@ -92,7 +83,7 @@
   </tr>
 
   <tr>
-    <td colspan="2"><input type="submit" name="process" value="<?=_Issue Certificate?>" /></td>
+    <td colspan="2"><input class="btn btn-primary" type="submit" name="process" value="<?=_Issue Certificate?>" /></td>
   </tr>
   </tbody>
 </table>