]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/PingConfigForm.templ
fix: hide non-activated domain pingconfigs
[gigi.git] / src / org / cacert / gigi / pages / account / domain / PingConfigForm.templ
index 62cb70fd3319989aec7c830653e6f8597efed8f9..16c50a3e53a8bb742d2f3d0d90bf7b692f5f50e5 100644 (file)
@@ -1,6 +1,6 @@
 <h3><?=_Verification mechanisms?></h3>
 
-<div class="panel panel-info">
+<div class="panel panel-info panel-activatable">
   <div class="panel-heading"><input type="checkbox" name="emailType" value="y"<?=$!mail?>> <?=_Verify by sending an email to authoritative email addresses?></div>
   <div class="panel-body">
     <?=_Select the destination mail address:?><br/>
     <? } ?>
   </div>
 </div>
-<div class="panel panel-info">
+<div class="panel panel-info panel-activatable">
   <div class="panel-heading"><input type="checkbox" name="DNSType" value="y"<?=$!dns?>> <?=_Verify by reading DNS-TXT entries?></div>
   <div class="panel-body">
     <?=_Please insert the following DNS TXT entry into the Zone-file of your domain:?><br/>
     <pre><?=$tokenName?>._cacert._auth IN TXT <?=$tokenValue?></pre>
   </div>
 </div>
-<div class="panel panel-info">
+<div class="panel panel-info panel-activatable">
   <div class="panel-heading"><input type="checkbox" name="HTTPType" value="y"<?=$!http?>> <?=_Verify by reading HTTP-content?></div>
   <div class="panel-body">
     <?=_Please make the following content available under ?><pre class='string'>http://<span class='exampleDomain'>example.org</span>/cacert-<?=$tokenName?>.txt</pre><br/>
     <pre><?=$tokenValue?></pre>
   </div>
 </div>
-<div class="panel panel-info">
+<div class="panel panel-info panel-activatable">
   <div class="panel-heading"><input type="checkbox" name="SSLType" value="y"<?=$!ssl?>> <?=_Verify by searching for installed certificate.?></div>
   <div class="panel-body">
     <?=_Please list up to four services using your certificate. You need to have one of them up and using a valid SomeCA certificate or a specific self-signed certificate in order to pass this test?>: