Skip to content

Commit

Permalink
Added helpbutton for approvals.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawhero committed Feb 3, 2006
1 parent 20fda38 commit d7ca860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/data/mod.html
Expand Up @@ -225,6 +225,7 @@
<?php
$ynoptions = array( 0 => get_string('no'), 1 => get_string('yes'));
choose_from_menu($ynoptions, 'approval', $form->approval, '');
helpbutton('requireapproval', get_string('requireapproval', 'data'), 'data');
?>
</td>
</tr>
Expand Down

0 comments on commit d7ca860

Please sign in to comment.