mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
replacing single button fieldsets with divs
This commit is contained in:
parent
109694fbf9
commit
4e7b349e0a
2 changed files with 14 additions and 14 deletions
|
@ -619,8 +619,8 @@
|
|||
}
|
||||
|
||||
if ($bulkoperations && $totalcount > ($perpage*3)) {
|
||||
echo '<form action="index.php"><fieldset class="invisiblefieldset"><input type="hidden" name="id" value="'.$course->id.'" />'.get_string('search').': '."\n";
|
||||
echo '<input type="text" name="search" value="'.$search.'" /> <input type="submit" value="'.get_string('search').'" /></fieldset></form>'."\n";
|
||||
echo '<form action="index.php"><div><input type="hidden" name="id" value="'.$course->id.'" />'.get_string('search').': '."\n";
|
||||
echo '<input type="text" name="search" value="'.$search.'" /> <input type="submit" value="'.get_string('search').'" /></div></form>'."\n";
|
||||
}
|
||||
|
||||
if ($perpage == SHOW_ALL_PAGE_SIZE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue