mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-8522 Add role reset button into role definition form; fixed single button css
This commit is contained in:
parent
3562486b7d
commit
a83addc5e5
5 changed files with 148 additions and 65 deletions
|
@ -49,7 +49,8 @@ $string['currentrole'] = 'Current role';
|
|||
$string['defaultrole'] = 'Default role';
|
||||
$string['defineroles'] = 'Define roles';
|
||||
$string['deleterolesure'] = 'Are you sure that you want to delete role \"$a->name ($a->shortname)\"?</p><p>Currently this role is assigned to $a->count users.';
|
||||
$string['duplicaterole'] = 'Duplicate this role';
|
||||
$string['duplicaterolesure'] = 'Are you sure that you want to duplicate role \"$a->name ($a->shortname)\"?</p>';
|
||||
$string['duplicaterole'] = 'Duplicate role';
|
||||
$string['editrole'] = 'Edit role';
|
||||
$string['errorbadrolename'] = 'Incorrect role name';
|
||||
$string['errorbadroleshortname'] = 'Incorrect role name';
|
||||
|
@ -79,6 +80,7 @@ $string['question:export'] = 'Export questions';
|
|||
$string['question:import'] = 'Import questions';
|
||||
$string['question:manage'] = 'Manage questions';
|
||||
$string['question:managecategory'] = 'Manage question category';
|
||||
$string['resetrolesure'] = 'Are you sure that you want to reset role \"$a->name ($a->shortname)\" to defaults?<p></p>The defaults are taken from the selected legacy capability.';
|
||||
$string['risks'] = 'Risks';
|
||||
$string['role:assign'] = 'Assign roles to users';
|
||||
$string['role:manage'] = 'Create and manage roles';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue