Project

General

Profile

« Previous | Next » 

Revision 240

Added by stefan over 18 years ago

Applied aportale's patch to use label instead of javascript toggle code

View differences:

header.html
5 5
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
6 6
<link href="{INTERFACE_DIR}/stylesheet.css" rel="stylesheet" type="text/css" />
7 7
<script language="javascript" type="text/javascript">
8
function toggle_checkbox(checkbox_id) {
9
	if(document.getElementById(checkbox_id).checked == true) {
10
		document.getElementById(checkbox_id).checked = false;
11
	} else {
12
		document.getElementById(checkbox_id).checked = true;
13
	}
14
}
15 8
function confirm_link(message, url) {
16 9
	if(confirm(message)) location.href = url;
17 10
}</script>

Also available in: Unified diff