Skip to content

Commit

Permalink
replacing fieldsets with divs for small forms
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Mar 2, 2007
1 parent ea799ba commit db68f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/wiki/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,13 +438,13 @@
$sesskey=sesskey();
print "
<form id='overridelock' method='post' action='overridelock.php'>
<fieldset class=\"invisiblefieldset\">
<div>
<input type='hidden' name='sesskey' value='$sesskey' />
<input type='hidden' name='id' value='$id' />
<input type='hidden' name='page' value='$pageesc' />
$stroverrideinfo
<input type='submit' value='$stroverridebutton' />
</fieldset>
</div>
</form>
";
}
Expand Down

0 comments on commit db68f9f

Please sign in to comment.