Skip to content

Commit

Permalink
Move label to title (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Apr 8, 2018
1 parent 1059205 commit 7507aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/search_displayer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<input type="text" class="form-control" id="{$item}to" name="{$item}to" data-provide="datepicker" data-date-language="{$lang}">
{else}
<input type="text" class="form-control" id="{$item}" name="{$item}" placeholder="{$label}">
<span class="input-group-addon"><label><input type="checkbox" name="{$item}match" value="sub"> {$msg_submatch}</label></span>
<span class="input-group-addon"><input type="checkbox" name="{$item}match" value="sub" title="{$msg_submatch}"></span>
{/if}
</div>
</div>
Expand Down

0 comments on commit 7507aa9

Please sign in to comment.