Project

General

Profile

« Previous | Next » 

Revision 733

Added by thorn about 16 years ago

fixed ticket #562, applied changes from user tavitar with some own additions

View differences:

index.php
415 415
		$flag_cursor =   'pointer';
416 416
		$flag_color =    '';
417 417
		if (in_array($group["group_id"], $admin->get_groups_id())) {
418
			$flag_disabled = ' disabled';
418
			$flag_disabled = ''; //' disabled';
419 419
			$flag_checked =  ' checked';
420 420
			$flag_cursor =   'default';
421 421
			$flag_color =    '000000';
......
464 464
		$flag_cursor =   'pointer';
465 465
		$flag_color =    '';
466 466
		if (in_array($group["group_id"], $admin->get_groups_id())) {
467
			$flag_disabled = ' disabled';
467
			$flag_disabled = ''; //' disabled';
468 468
			$flag_checked =  ' checked';
469 469
			$flag_cursor =   'default';
470 470
			$flag_color =    '000000';

Also available in: Unified diff