]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/certs/CertificateIssueForm.templ
Merge "chg: hide "Show advanced options" checkbox when javascript is disabled"
[gigi.git] / src / club / wpia / gigi / pages / account / certs / CertificateIssueForm.templ
index 7b9c535376685e66ef7fdc606090dad6bb67387c..da45ca658dbc9950f5f74f20e2567a097bf1f68b 100644 (file)
       <label for='SANs'>SANs</label>
     </td>
     <td align="left">
       <label for='SANs'>SANs</label>
     </td>
     <td align="left">
-      <textarea class="form-control" rows='5' name='SANs' placeholder="dns:my.domain.example.com, dns:*.example.com, email:my.email@example.com (or newline separated)"><?=$emails?></textarea><br />
-      <?=_Syntax for SAN?>: dns:my.domain.example.com, dns:*.example.com, email:my.email@example.com <?=_(or newline separated)?><br />
+      <textarea class="form-control" rows='5' name='SANs' placeholder="dns:my.domain.example.org, dns:*.example.org, email:my.email@example.org (or newline separated)"><?=$emails?></textarea><br />
+      <?=_Syntax for SAN?>: dns:my.domain.example.org, dns:*.example.org, email:my.email@example.org <?=_(or newline separated)?><br />
       <?=_Recommendation for inexperienced users: only use one email address for client certificates.?>
       </td>
   </tr>
   <? if($orga) { ?>
   <tr>
       <?=_Recommendation for inexperienced users: only use one email address for client certificates.?>
       </td>
   </tr>
   <? if($orga) { ?>
   <tr>
-    <td><?=_Departement?></td>
+    <td><?=_Department?></td>
     <td align="left"><input type='text' name='OU' value='<?=$department?>'/></td>
   </tr>
   <? } ?>
     <td align="left"><input type='text' name='OU' value='<?=$department?>'/></td>
   </tr>
   <? } ?>
-  <tr class="expertoff">
+  <tr class="expertoff noscript-hidden">
     <td class='check'>
       <input type="checkbox" id="expertbox" name="expertbox"/>
     </td>
     <td class='check'>
       <input type="checkbox" id="expertbox" name="expertbox"/>
     </td>
@@ -97,7 +97,7 @@
   </tr>
   <tr>
     <td colspan="2">
   </tr>
   <tr>
     <td colspan="2">
-      <label for="description"><?=_Optional comment, only used in the certificate overview?></label><br />
+      <label for="description"><?=_Optional description (max. 100 characters), only used in the certificate overview?></label><br />
       <input class="form-control" type="text" id="description" name="description" maxlength="100" size="100" />
     </td>
   </tr>
       <input class="form-control" type="text" id="description" name="description" maxlength="100" size="100" />
     </td>
   </tr>