summaryrefslogtreecommitdiff
path: root/templates/id/set-printer-options-trailer.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/id/set-printer-options-trailer.tmpl')
-rw-r--r--templates/id/set-printer-options-trailer.tmpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/id/set-printer-options-trailer.tmpl b/templates/id/set-printer-options-trailer.tmpl
deleted file mode 100644
index 11adc7012..000000000
--- a/templates/id/set-printer-options-trailer.tmpl
+++ /dev/null
@@ -1,16 +0,0 @@
-</DIV>
-
-<SCRIPT TYPE="text/javascript"><!--
-// Hide custom options parameters for browsers that understand Javascript
-var paramtables = document.getElementsByName("paramtable");
-for (var i = 0; i < paramtables.length; i++)
-{
- var opt = paramtables[i].id.substr(0, paramtables[i].id.lastIndexOf("-"));
- var cb = document.getElementById("select-" + opt);
- if (cb.value != "Custom")
- paramtables[i].style.display = "none";
-}
---></SCRIPT>
-</FORM>
-
-</DIV>