]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/DomainOverview.templ
upd: split certificate issuance as organisation into seperate
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainOverview.templ
index 11364a53c38e02891987218238c4fe0c35209ec3..bcbe426728aa75ba53f96f6b9307443c8a09844e 100644 (file)
@@ -1,5 +1,6 @@
 <?=$domainman?>
 <h2><?=_Add Domain?></h2>
+<? if($domainadd) { ?>
 <p>
 <?=_Please Note: You only need to enter the main part of your domain, eg. mydomain.com rather then www.mydomain.com. Once you have verified your domain you are able to enter any sub-domain, such as www.mydomain.com or www.this.is.mydomain.com as the system checks from right to left, rather then specific hostnames when you upload a CSR to the system.?>
 </p>
@@ -7,3 +8,6 @@
 <p>
 <?=_Currently we only issue certificates for Punycode domains if the person requesting them has code signing attributes attached to their account, as these have potentially slightly higher security risk.?>
 </p>
+<? } else { ?>
+Please contact your Organisation Assurer to add a domain.
+<? } ?>