mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
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:
parent
3c58497b82
commit
bd52a0145e
4 changed files with 161 additions and 106 deletions
|
@ -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';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue