MDL-21695 Replaced grade/scalestandard.html

AMOS BEGIN
 HLP grade/scalestandard.html,[scalestandard_help,core]
AMOS END
This commit is contained in:
David Mudrak 2010-06-18 16:13:20 +00:00
parent 39017135d9
commit bd77df31dd
3 changed files with 1 additions and 4 deletions

View File

@ -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'));

View File

@ -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';

View File

@ -1,2 +0,0 @@
<h1>Standard scales</h1>
<p>A standard scale is one that is available site-wide, for all courses.</p>