MDL-47494 ddimageortext: NOBUG removed help button as it does not work on a submit button anyway.
This commit is contained in:
@@ -87,7 +87,6 @@ class qtype_ddimagetoimage_edit_form extends question_edit_form {
|
||||
|
||||
$mform->registerNoSubmitButton('refresh');
|
||||
$mform->addElement('submit', 'refresh', get_string('refresh', 'qtype_ddimagetoimage'));
|
||||
$mform->addHelpButton('refresh', 'refresh', 'qtype_ddimagetoimage');
|
||||
$mform->closeHeaderBefore('refresh');
|
||||
|
||||
list($imagerepeatsatstart, $imagerepeats) = $this->get_drag_image_repeats();
|
||||
|
||||
@@ -53,7 +53,6 @@ $string['previewarea'] = 'Preview area -';
|
||||
$string['previewareaheader'] = 'Preview';
|
||||
$string['previewareamessage'] = 'Select a background image file and select draggable images or just enter text that will be made draggable. Then choose a drag item for each \'drop zone\', and drag the drag item to where the student should drag it to.';
|
||||
$string['refresh'] = 'Refresh Preview';
|
||||
$string['refresh_help'] = 'You may need to refresh the preview display if you upload a file with the same name as an existing file and choose to overwrite the existing file.';
|
||||
$string['shuffleimages'] = 'Shuffle Draggable Images';
|
||||
$string['summarisechoice'] = '{$a->no}. {$a->text}';
|
||||
$string['summariseplace'] = '{$a->no}. {$a->text}';
|
||||
|
||||
Reference in New Issue
Block a user