Initial commit
This commit is contained in:
13
client/res/templates/fields/text/search.tpl
Normal file
13
client/res/templates/fields/text/search.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<select class="form-control search-type input-sm">
|
||||
{{options searchTypeList searchType field='varcharSearchRanges'}}
|
||||
</select>
|
||||
<input
|
||||
type="text"
|
||||
class="main-element form-control input-sm"
|
||||
data-name="{{name}}"
|
||||
value="{{searchData.value}}"
|
||||
{{#if params.maxLength}}maxlength="{{params.maxLength}}"{{/if}}
|
||||
{{#if params.size}} size="{{params.size}}"{{/if}}
|
||||
autocomplete="espo-{{name}}"
|
||||
placeholder="{{translate 'Value'}}"
|
||||
>
|
||||
Reference in New Issue
Block a user