mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
user selection: MDL-17072 Polishing the role assign page:
* Make the role being assigned clear in the title * Make the options in the middle of the page be in a collapsable options section, collapsed by default. * Put them in a smaller font too. * Switch the date selectors here to use a shorter date format, and change 'Course start date' to 'Course start'.
This commit is contained in:
parent
5f1ae48d2c
commit
c9f8e118c9
7 changed files with 75 additions and 32 deletions
|
@ -11,8 +11,10 @@ $string['assignanotherrole'] = 'Assign another role';
|
|||
$string['assignerror'] = 'Error while assigning the role $a->role to user $a->user.';
|
||||
$string['assignroles'] = 'Assign roles';
|
||||
$string['assignrolesin'] = 'Assign roles in $a';
|
||||
$string['assignrolenameincontext'] = 'Assign role \'$a->role\' in $a->context';
|
||||
$string['assignglobalroles'] = 'Assign system roles';
|
||||
$string['assignmentcontext'] = 'Assignment context';
|
||||
$string['assignmentoptions'] = 'Assignment options';
|
||||
$string['backtoallroles'] = 'Back to the list of all roles';
|
||||
$string['blog:create'] = 'Create new blog entries';
|
||||
$string['blog:manageentries'] = 'Edit and manage entries';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue