]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/certs/CertificateIssueForm.templ
chg: hide "Show advanced options" checkbox when javascript is disabled
[gigi.git] / src / club / wpia / gigi / pages / account / certs / CertificateIssueForm.templ
index 494a7ff504bb7a5c8dda91db599f7990495bd6df..aa16335d5d8720aacb1911931a4fbf3097be181d 100644 (file)
@@ -59,7 +59,7 @@
     <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>
@@ -97,7 +97,7 @@
   </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>