]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/it/set-printer-options-trailer.tmpl
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / templates / it / set-printer-options-trailer.tmpl
1 </DIV>
2
3 <SCRIPT TYPE="text/javascript"><!--
4 // Hide custom options parameters for browsers that understand Javascript
5 var paramtables = document.getElementsByName("paramtable");
6 for (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>
14 </FORM>
15
16 </DIV>