Skip to content

Commit

Permalink
+ label in template/product/search.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmarsan committed Jul 18, 2011
1 parent 3381606 commit ecefc4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/product/search.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<h1><?php echo $heading_title; ?></h1>
<b><?php echo $text_critea; ?></b>
<section class="content">
<p><?php echo $entry_search; ?>
<p>
<label for="filter_name"><?php echo $entry_search; ?></label>
<?php if ($filter_name) { ?>
<input type="text" name="filter_name" value="<?php echo $filter_name; ?>" />
<?php } else { ?>
Expand Down

0 comments on commit ecefc4b

Please sign in to comment.