memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / menu-authorities.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
6 function addauthority() {
7         X = document.forms[0].authtype.value;
8         window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
9 }
10 function searchauthority() {
11         X = document.forms[0].authtype2.value;
12         Y = document.forms[0].value.value;
13         window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
14 }
15 </script>