Skip to content

Commit

Permalink
отступы между полями в форме поиска
Browse files Browse the repository at this point in the history
  • Loading branch information
easterism committed Nov 10, 2021
1 parent 57f71da commit 18fd9ba
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions html/default/list/searchHead.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,22 @@
<div>{FIELD_CAPTION}:</div>
<div>
{FIELD_CONTROL}

<!-- BEGIN search_btn -->
<div style="padding: 5px 0">
<!-- BEGIN search_btn -->
<input type="submit" class="buttonSmall" value="_tr(Искать)">
<!-- END search_btn -->
</div>
<!-- END search_btn -->

<!-- BEGIN search_btn_template -->
<div class="btn-group">
<button type="submit" class="btn btn-sm btn-primary">_tr(Искать)</button>
<button type="button" class="btn btn-sm btn-primary"
onclick="listx.template.create('[RESOURCE]', '[AJAX]');return false;">
_tr(Сохранить шаблон)
</button>
</div>
<!-- END search_btn_template -->
<!-- BEGIN search_btn_template -->
<div class="btn-group">
<button type="submit" class="btn btn-sm btn-primary">_tr(Искать)</button>
<button type="button" class="btn btn-sm btn-primary"
onclick="listx.template.create('[RESOURCE]', '[AJAX]');return false;">
_tr(Сохранить шаблон)
</button>
</div>
<!-- END search_btn_template -->
</div>
</div>
<!-- END fields -->
Expand Down

0 comments on commit 18fd9ba

Please sign in to comment.