mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-21695 Replaced grade/scalestandard.html
AMOS BEGIN HLP grade/scalestandard.html,[scalestandard_help,core] AMOS END
This commit is contained in:
parent
39017135d9
commit
bd77df31dd
@ -34,7 +34,7 @@ class edit_scale_form extends moodleform {
|
||||
$mform->setType('name', PARAM_TEXT);
|
||||
|
||||
$mform->addElement('advcheckbox', 'standard', get_string('scalestandard'));
|
||||
$mform->setHelpButton('standard', array('scalestandard', get_string('scalestandard'), 'grade'));
|
||||
$mform->addHelpButton('standard', 'scalestandard');
|
||||
|
||||
$mform->addElement('static', 'used', get_string('used'));
|
||||
|
||||
|
@ -539,7 +539,6 @@ $string['savechanges'] = 'Save changes';
|
||||
$string['savepreferences'] = 'Save preferences';
|
||||
$string['scaleconfirmdelete'] = 'Are you sure you wish to delete the scale "{$a}"?';
|
||||
$string['scaledpct'] = 'Scaled %';
|
||||
$string['scalestandardhelp'] = 'A standard scale is one that is available site-wide, for all courses.';
|
||||
$string['seeallcoursegrades'] = 'See all course grades';
|
||||
$string['selectalloroneuser'] = 'Select all or one user';
|
||||
$string['selectauser'] = 'Select a user';
|
||||
|
@ -1,2 +0,0 @@
|
||||
<h1>Standard scales</h1>
|
||||
<p>A standard scale is one that is available site-wide, for all courses.</p>
|
Loading…
x
Reference in New Issue
Block a user