* added online help link
[koha_gimpoz] / koha-tmpl / intranet-tmpl / default / en / includes / about-top.inc
index 608b4be..0928dae 100644 (file)
@@ -9,6 +9,12 @@
 </head>
 <body>
 
+<script>
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
+</script>
+
 <style>
 
 .about {
@@ -36,6 +42,7 @@ a.about:hover {
        <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
 </div>
 
 <!-- TMPL_IF NAME="loggedinusername" -->