adding a link to viewlog.pl (log viewer)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / menus.inc
1 <script language="JavaScript" type="text/javascript">
2 function Help() {
3         newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
4 }
5 </script>
6 <p>
7         <a href="/cgi-bin/koha/mainpage.pl">Koha</a>
8         <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
9         <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
10         <a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
11         <a href="/cgi-bin/koha/members/members-home.pl">Members</a>
12         <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
13         <a href="/cgi-bin/koha/reports-home.pl">Reports</a>
14         <a href="/cgi-bin/koha/admin/admin-home.pl">Parameters</a>
15         <a href="/cgi-bin/koha/about.pl">About</a>
16         <a href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
17 </p>