Adding javascript function to trigger help screen
authoroleonard <oleonard>
Fri, 4 Feb 2005 19:12:14 +0000 (19:12 +0000)
committeroleonard <oleonard>
Fri, 4 Feb 2005 19:12:14 +0000 (19:12 +0000)
koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc
koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc
koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc

index faada5b..cb7474e 100644 (file)
@@ -6,6 +6,9 @@
 </style>
 <script language="JavaScript" type="text/javascript">
 <!-- Hide from old browsers
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
 function openWindow(targeturl, windowname) {
        newwin =
        window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
index bcabe0e..d3a13b4 100644 (file)
@@ -7,6 +7,9 @@
 </style>
 <script language="JavaScript" type="text/javascript">
 <!-- Hide from old browsers
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
 function openWindow(targeturl, windowname) {
        newwin =
        window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
index fe12685..7333096 100644 (file)
@@ -5,8 +5,11 @@
        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
 </style>
 <script language="JavaScript" type="text/javascript">
-
 <!-- Hide from old browsers
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
+
 function openWindow(targeturl, windowname) {
        newwin =
        window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")