1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/forms/search_forms/search_form.users.tpl
2014-08-05 21:28:16 +07:00

15 lines
443 B
Smarty

{**
* Форма поиска блогов
*
* @styles css/forms.css
*}
{include 'components/search_form/search_form.tpl'
sName = 'blog'
sMethod = 'post'
sPlaceholder = $aLang.user.search.placeholder
sClasses = 'js-tag-search-form'
sInputClasses = 'js-search-ajax-option js-search-text-main'
sInputAttributes = 'data-type="users"'
sInputName = 'user_login'
bNoSubmitButton = true}