diff options
Diffstat (limited to 'templates/fr/set-printer-options-trailer.tmpl')
-rw-r--r-- | templates/fr/set-printer-options-trailer.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/fr/set-printer-options-trailer.tmpl b/templates/fr/set-printer-options-trailer.tmpl new file mode 100644 index 00000000..11adc701 --- /dev/null +++ b/templates/fr/set-printer-options-trailer.tmpl @@ -0,0 +1,16 @@ +</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> |