Skip to content

Commit

Permalink
MDL-47494 ddimageortext: NOBUG removed help button as it does not wor…
Browse files Browse the repository at this point in the history
…k on a submit button anyway.
  • Loading branch information
jamiepratt committed Sep 9, 2011
1 parent 97bb832 commit 1a17df8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion question/type/ddimageortext/edit_ddimagetoimage_form.php
Expand Up @@ -87,7 +87,6 @@ protected function definition_inner($mform) {

$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();
Expand Down
Expand Up @@ -53,7 +53,6 @@
$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}';
Expand Down

0 comments on commit 1a17df8

Please sign in to comment.