Skip to content

Commit

Permalink
http://tracker.moodle.org/browse/MDL-21186
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Fremaux committed Dec 24, 2009
1 parent c013b31 commit 049f43f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions blocks/search/config_global.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
</tr>
</table>

<fieldset name="">
<legend align="top"><?php print_string('pdfhandling', 'block_search') ?></legend>
<fieldset class="">
<legend align="top"><?php print_string('pdfhandling', 'block_search') ?></legend>
<table cellspacing="5" width="90%">
<tr>
<td valign="top" align="right">
Expand All @@ -120,8 +120,8 @@
</table>
</fieldset>

<fieldset name="">
<legend align="top"><?php print_string('wordhandling', 'block_search') ?></legend>
<fieldset class="">
<legend align="top"><?php print_string('wordhandling', 'block_search') ?></legend>
<table cellspacing="5" width="90%">
<tr>
<td valign="top" align="right">
Expand Down Expand Up @@ -171,8 +171,8 @@
$type = trim($type);
if (preg_match("/\\b$type\\b/i", $defaultfiletypes)) continue;
?>
<fieldset name="">
<legend align="top"><?php echo get_string('handlingfor', 'block_search').' '.$utype ?></legend>
<fieldset class="">
<legend align="top"><?php echo get_string('handlingfor', 'block_search').' '.$utype ?></legend>
<table cellspacing="5" width="90%">
<tr>
<td valign="top" align="right">
Expand Down Expand Up @@ -207,8 +207,8 @@
}
?>

<fieldset name="">
<legend align="top"><?php echo get_string('searchdiscovery', 'block_search') ?></legend>
<fieldset class="">
<legend align="top"><?php echo get_string('searchdiscovery', 'block_search') ?></legend>
<table>
<tr>
<td>
Expand All @@ -223,8 +223,8 @@
</table>
</fieldset>

<fieldset name="">
<legend align="top"><?php echo get_string('modulessearchswitches', 'block_search') ?></legend>
<fieldset class="">
<legend align="top"><?php echo get_string('modulessearchswitches', 'block_search') ?></legend>
<table cellspacing="5" width="90%">
<tr valign="top">
<td align="left">
Expand Down Expand Up @@ -256,8 +256,8 @@
</table>
</fieldset>

<fieldset name="">
<legend align="top"><?php echo get_string('blockssearchswitches', 'block_search') ?></legend>
<fieldset class="">
<legend align="top"><?php echo get_string('blockssearchswitches', 'block_search') ?></legend>
<table cellspacing="5" width="90%">
<tr valign="top">
<td align="left">
Expand Down

0 comments on commit 049f43f

Please sign in to comment.