diff options
Diffstat (limited to 'template/default/navigation.html')
-rw-r--r-- | template/default/navigation.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/default/navigation.html b/template/default/navigation.html index c85eb5b..bdf06b1 100644 --- a/template/default/navigation.html +++ b/template/default/navigation.html @@ -11,10 +11,7 @@ <script type="text/javascript"> <!-- function rc_open() { - window.open("./vdradmin.pl?aktion=rc_show&full_rc=1", "vdradminRC", "width=200, height=510, resizable=no, scrollbars=no, status=no, toolbar=no"); - } - function tv_open() { - window.open("./vdradmin.pl?aktion=tv_show&full_tv=1", "vdradminTV", "width=615, height=548, resizable=yes, scrollbars=no, status=no, toolbar=no"); + window.open("./vdradmin.pl?aktion=rc_show&full_rc=1", "vdradminRC", "width=350, height=525, resizable=no, scrollbars=no, status=no, toolbar=no, menubar=no, location=no"); } // --> </script> |