diff options
Diffstat (limited to 'template/French/library.js')
-rw-r--r-- | template/French/library.js | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/template/French/library.js b/template/French/library.js deleted file mode 100644 index d1f8aa6..0000000 --- a/template/French/library.js +++ /dev/null @@ -1,34 +0,0 @@ -// -// this is part of VDR Admin -// -function open_help(url) { - window.open(url, "_blank", "width=500, height=460, resizable=yes, scrollbars=yes, status=no, toolbar=no"); -} - -function del(suffix) { - check=confirm("Supprimer Programme ?"); - if(check) window.location.href=suffix; -} - -function change(suffix) { - check=confirm("Changer Programme ?"); - if(check) window.location.href=suffix; -} - -function mdel() { - check=confirm("Supprimer les Programmes Sélectionnés ?"); - if(check) document.FormName.submit(); -} - -function callurl( url ) { - image = new Image(); - image.src = url; -} - -function popup(URL) { - window.open(URL, '_new', 'width=450, height=250, scrollbars=auto, resizable=yes'); -} - -function toolbar(URL) { - window.open(URL, '_new', 'width=200, height=50'); -} |