MDL-21695 Replaced grade/iteminfo.html
AMOS BEGIN HLP grade/iteminfo.html,[iteminfo_help,core_grades] AMOS END
This commit is contained in:
@@ -105,7 +105,7 @@ class edit_category_form extends moodleform {
|
||||
|
||||
$mform->addElement('text', 'grade_item_itemname', get_string('itemname', 'grades'));
|
||||
$mform->addElement('text', 'grade_item_iteminfo', get_string('iteminfo', 'grades'));
|
||||
$mform->setHelpButton('grade_item_iteminfo', array('iteminfo', get_string('iteminfo', 'grades'), 'grade'), true);
|
||||
$mform->addHelpButton('grade_item_iteminfo', 'iteminfo', 'grades');
|
||||
|
||||
$mform->addElement('text', 'grade_item_idnumber', get_string('idnumbermod'));
|
||||
$mform->addHelpButton('grade_item_idnumber', 'idnumbermod');
|
||||
|
||||
@@ -36,7 +36,7 @@ class edit_item_form extends moodleform {
|
||||
|
||||
$mform->addElement('text', 'itemname', get_string('itemname', 'grades'));
|
||||
$mform->addElement('text', 'iteminfo', get_string('iteminfo', 'grades'));
|
||||
$mform->setHelpButton('iteminfo', array('iteminfo', get_string('iteminfo', 'grades'), 'grade'), true);
|
||||
$mform->addHelpButton('iteminfo', 'iteminfo', 'grades');
|
||||
|
||||
$mform->addElement('text', 'idnumber', get_string('idnumbermod'));
|
||||
$mform->addHelpButton('idnumber', 'idnumbermod');
|
||||
|
||||
@@ -34,7 +34,7 @@ class edit_outcomeitem_form extends moodleform {
|
||||
$mform->addRule('itemname', get_string('required'), 'required', null, 'client');
|
||||
|
||||
$mform->addElement('text', 'iteminfo', get_string('iteminfo', 'grades'));
|
||||
$mform->setHelpButton('iteminfo', array('iteminfo', get_string('iteminfo', 'grades'), 'grade'), true);
|
||||
$mform->addHelpButton('iteminfo', 'iteminfo', 'grades');
|
||||
|
||||
$mform->addElement('text', 'idnumber', get_string('idnumbermod'));
|
||||
$mform->addHelpButton('idnumber', 'idnumbermod');
|
||||
|
||||
+1
-2
@@ -379,8 +379,7 @@ $string['inherit'] = 'Inherit';
|
||||
$string['intersectioninfo'] = 'Student/Grade info';
|
||||
$string['item'] = 'Item';
|
||||
$string['iteminfo'] = 'Item info';
|
||||
$string['iteminfo_help'] = 'This setting provides space for entering information about the item. The information is not displayed anywhere.';
|
||||
$string['iteminfohelp'] = 'A space for entering information about the item. Text entered does not appear anywhere else.';
|
||||
$string['iteminfo_help'] = 'This setting provides space for entering information about the item. The information is not displayed anywhere else.';
|
||||
$string['itemname'] = 'Item name';
|
||||
$string['itemnamehelp'] = 'The name of this item, pushed in by the module.';
|
||||
$string['items'] = 'Items';
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
<h1>Item info</h1>
|
||||
<p>A space for entering information about the item. Text entered does not appear anywhere else.</p>
|
||||
Reference in New Issue
Block a user