Skip to content

Commit

Permalink
replacing fieldsets with divs in small forms
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Mar 1, 2007
1 parent eba5e98 commit d5b0400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/authorize/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function authorize_print_orders($courseid, $userid)
popup_form($baseurl.'&amp;status='.$status.'&amp;course=',$popupcrs,'coursesmenu',$courseid,'','','',false);echo"</td>\n";
if (has_capability('enrol/authorize:uploadcsv', get_context_instance(CONTEXT_USER, $USER->id))) {
echo "<form method='get' action='uploadcsv.php'>";
echo "<td rowspan='2' align='right' valign='middle' width='50%'><fieldset class=\"invisiblefieldset\"><input type='submit' value='".get_string('uploadcsv', 'enrol_authorize')."' /></fieldset></td>";
echo "<td rowspan='2' align='right' valign='middle' width='50%'><div><input type='submit' value='".get_string('uploadcsv', 'enrol_authorize')."' /></div></td>";
echo "</form>";
}
else {
Expand Down

0 comments on commit d5b0400

Please sign in to comment.