MDL-9040: Enabled disabling of any buttons that always lead to errors. Javascript dynamically displays/hides buttons depending on which groupings/groups are selected. This required a number of extensive modifications, but degrades nicely without JS.

This commit is contained in:
nicolasconnault 2007-03-27 04:03:02 +00:00
parent 3c58497b82
commit bd52a0145e
4 changed files with 161 additions and 106 deletions

View file

@ -67,6 +67,7 @@ $string['selectnumberofgroups'] = 'Select number of groups';
$string['numberofgroups'] = 'Number of groups';
$string['creategrouping'] = 'Create grouping';
$string['creategroup'] = 'Create group';
$string['createorphangroup'] = 'Create Orphan group';
$string['groupname'] = 'Group name';
$string['defaultgroupname'] = 'Group';
@ -110,4 +111,4 @@ $string['groupsnone'] = 'No groups';
$string['groupsseparate'] = 'Separate groups';
$string['groupsvisible'] = 'Visible groups';
?>
?>