1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00

fix search by tag

This commit is contained in:
Mzhelskiy Maxim 2011-09-06 14:26:37 +04:00
parent 9f16ccd7ca
commit 1eaf9963fa

View file

@ -1,9 +1,9 @@
{include file='header.tpl'}
<form action="" method="GET" onsubmit="return submitTags(this.tag.value);" class="tags-search">
<form action="" method="GET" onsubmit="return submitTags(this.tag.value);" class="tags-search" id="tag_search_form">
<img src="{cfg name='path.static.skin'}/images/tagcloud.gif" border="0" style="margin-left: 13px;">&nbsp;
<input type="text" name="tag" value="{$sTag|escape:'html'}" class="tags-input" >
<input type="text" name="tag" value="{$sTag|escape:'html'}" class="tags-input" id="tag_search" >
</form>