View | Details | Raw Unified | Return to bug 2933
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/error-top.inc (-1 / +1 lines)
Lines 16-22 window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable") Link Here
16
16
17
<script language="JavaScript" type="text/javascript">
17
<script language="JavaScript" type="text/javascript">
18
function Help() {
18
function Help() {
19
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
19
	newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
20
}
20
}
21
</script>
21
</script>
22
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl (-1 / +1 lines)
Lines 4-10 Link Here
4
<script language="JavaScript" type="text/javascript">
4
<script language="JavaScript" type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
6
function Help() {
6
function Help() {
7
    newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
7
    newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
8
}
8
}
9
9
10
function addauthority() {
10
function addauthority() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl (-1 / +1 lines)
Lines 85-91 function AddField(field,cntrepeatfield) { Link Here
85
85
86
function Dopop(link,i) {
86
function Dopop(link,i) {
87
    defaultvalue = document.getElementById(i).value;
87
    defaultvalue = document.getElementById(i).value;
88
    window.open(link+"&result="+defaultvalue,"value builder",'width=700,height=550,toolbar=false,scrollbars=yes');
88
    window.open(link+"&result="+defaultvalue,"valuebuilder",'width=700,height=550,toolbar=false,scrollbars=yes');
89
}
89
}
90
90
91
function ExpandField(index) {
91
function ExpandField(index) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tmpl (-1 / +1 lines)
Lines 43-49 function showChildren(mynumber) { Link Here
43
  }
43
  }
44
}
44
}
45
function Help() {
45
function Help() {
46
    newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
46
    newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
47
}
47
}
48
48
49
function addauthority() {
49
function addauthority() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tmpl (-1 / +1 lines)
Lines 11-17 function confirm_deletion(id) { Link Here
11
    }
11
    }
12
}
12
}
13
function Help() {
13
function Help() {
14
    newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
14
    newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
15
}
15
}
16
16
17
function addauthority() {
17
function addauthority() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl (-2 / +2 lines)
Lines 54-60 function Check(){ Link Here
54
54
55
function Dopop(link,i) {
55
function Dopop(link,i) {
56
    defaultvalue = document.getElementById(i).value;
56
    defaultvalue = document.getElementById(i).value;
57
    window.open(link+"&result="+defaultvalue,"value builder",'width=700,height=550,toolbar=false,scrollbars=yes');
57
    window.open(link+"&result="+defaultvalue,"valuebuilder",'width=700,height=550,toolbar=false,scrollbars=yes');
58
}
58
}
59
59
60
/**
60
/**
Lines 171-177 function openAuth(tagsubfieldid,authtype) { Link Here
171
            }      
171
            }      
172
        }
172
        }
173
    }           
173
    }           
174
	newin=window.open("../authorities/auth_finder.pl?authtypecode="+  authtype+ "&index="+tagsubfieldid+"&mainmainstring="+encodeURI(mainmainstring)+"&mainstring="+encodeURI(mainstring), "value builder",'width=700,height=550,toolbar=false,scrollbars=yes');
174
	newin=window.open("../authorities/auth_finder.pl?authtypecode="+  authtype+ "&index="+tagsubfieldid+"&mainmainstring="+encodeURI(mainmainstring)+"&mainstring="+encodeURI(mainstring), "_blank",'width=700,height=550,toolbar=false,scrollbars=yes');
175
}
175
}
176
176
177
177
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl (-1 / +1 lines)
Lines 47-53 function Check(f) { Link Here
47
}
47
}
48
function Dopop(link,i) {
48
function Dopop(link,i) {
49
    defaultvalue=document.forms[0].field_value[i].value;
49
    defaultvalue=document.forms[0].field_value[i].value;
50
    newin=window.open(link+"&result="+defaultvalue,"value builder",'width=500,height=400,toolbar=false,scrollbars=yes');
50
    newin=window.open(link+"&result="+defaultvalue,"valuebuilder",'width=500,height=400,toolbar=false,scrollbars=yes');
51
}
51
}
52
52
53
function confirm_deletion(biblionumber,itemnumber) {
53
function confirm_deletion(biblionumber,itemnumber) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/labs_theses.tmpl (-1 / +1 lines)
Lines 14-20 function openWindow(targeturl, windowname) { Link Here
14
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
14
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
15
}
15
}
16
function Help() {
16
function Help() {
17
	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
17
	newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
18
}
18
}
19
// end hiding -->
19
// end hiding -->
20
</script>
20
</script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl (-2 / +1 lines)
Lines 99-105 Link Here
99
	}
99
	}
100
100
101
	function Help() {
101
	function Help() {
102
		newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
102
		newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
103
	}
103
	}
104
	$(document).ready(function() {
104
	$(document).ready(function() {
105
		$("#branch").change(function(){
105
		$("#branch").change(function(){
106
- 

Return to bug 2933