Skip to content

Commit

Permalink
fixed html id duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent 940a91a commit 7de44c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions blocks/search/config_global.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
$notusemoodleroot = (!isset($CFG->block_search_usemoodleroot)) ? 'checked="checked"' : '' ;
?>
<input id="block_search_usemoodleroot" type="radio" name="block_search_usemoodleroot" <?php echo $usemoodleroot ?> value="1"/> <?php print_string('yes') ?> -
<input id="block_search_usemoodleroot" type="radio" name="block_search_usemoodleroot" <?php echo $notusemoodleroot ?> value="0"/> <?php print_string('no') ?>
<input id="block_search_notusemoodleroot" type="radio" name="block_search_usemoodleroot" <?php echo $notusemoodleroot ?> value="0"/> <?php print_string('no') ?>
<br/><br/>
</td>
</tr>
Expand All @@ -97,7 +97,7 @@
</table>

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

<fieldset class="">
<legend align="top"><?php print_string('wordhandling', 'block_search') ?></legend>
<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 @@ -172,7 +172,7 @@
if (preg_match("/\\b$type\\b/i", $defaultfiletypes)) continue;
?>
<fieldset class="">
<legend align="top"><?php echo get_string('handlingfor', 'block_search').' '.$utype ?></legend>
<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 @@ -208,7 +208,7 @@
?>

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

<fieldset class="">
<legend align="top"><?php echo get_string('modulessearchswitches', 'block_search') ?></legend>
<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 @@ -257,7 +257,7 @@
</fieldset>

<fieldset class="">
<legend align="top"><?php echo get_string('blockssearchswitches', 'block_search') ?></legend>
<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 7de44c6

Please sign in to comment.