]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/set-printer-options-trailer.tmpl
Don't generate certificates that expire on Feb 29th (Issue #5643)
[thirdparty/cups.git] / templates / set-printer-options-trailer.tmpl
CommitLineData
58dc1933
MS
1</DIV>
2
749b1e90
MS
3<SCRIPT TYPE="text/javascript"><!--
4// Hide custom options parameters for browsers that understand Javascript
5var paramtables = document.getElementsByName("paramtable");
6for (var i = 0; i < paramtables.length; i++)
7{
8 var opt = paramtables[i].id.substr(0, paramtables[i].id.lastIndexOf("-"));
9 var cb = document.getElementById("select-" + opt);
10 if (cb.value != "Custom")
11 paramtables[i].style.display = "none";
12}
13--></SCRIPT>
ef416fc2 14</FORM>