mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
replacing fieldsets with divs in small forms
This commit is contained in:
parent
602b17e715
commit
5bff81aba6
@ -383,11 +383,11 @@ class question_category_object {
|
||||
$this->output_edit_single_table($category,$page);
|
||||
echo '</td></tr></table>';
|
||||
echo '<p><div align="center"><form action="category.php" method="get">
|
||||
<fieldset class="invisiblefieldset">
|
||||
<div>
|
||||
<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />
|
||||
<input type="hidden" name="id" value="' . $this->course->id . '" />
|
||||
<input type="submit" value="' . $this->str->cancel . '" />
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
</div></p>';
|
||||
print_footer($this->course);
|
||||
|
@ -131,10 +131,10 @@ function question_category_form($course, $current, $recurse=1, $showhidden=false
|
||||
popup_form ("edit.php?courseid=$course->id&cat=", $catmenu, "catmenu", $current, "", "", "", false, "self");
|
||||
echo "</td><td align=\"right\">";
|
||||
echo "<form method=\"get\" action=\"$CFG->wwwroot/question/category.php\">";
|
||||
echo "<fieldset class='invisiblefieldset'>";
|
||||
echo "<div>";
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$course->id\" />";
|
||||
echo "<input type=\"submit\" value=\"$streditcats\" />";
|
||||
echo '</fieldset>';
|
||||
echo '</div>';
|
||||
echo "</form>";
|
||||
echo '</td></tr></table>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user