summaryrefslogtreecommitdiff
path: root/templates/search_inc.tpl
blob: cb049ca0345e08bb47d6a66a120e9c024095da2f (plain)
1
2
3
4
5
6
7
<div class="form-group">
	{formlabel label="Tags:" for="tags"}
	{forminput}
		<input type="text" name="tags" id="search_tags" value="{$listInfo.tags}" />
		<div class="formhelp">{jspopup class="popup_link" href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"}</div>
	{/forminput}
</div>