Skip to content

Commit

Permalink
MDL-69454 core_search: message search
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Sep 21, 2020
1 parent 4c71e1d commit ae0f81f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions message/templates/message_drawer_view_overview_header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
}}
<div class="border-bottom p-1 px-sm-2 py-sm-3" aria-hidden="false" {{^isdrawer}}data-in-panel="true"{{/isdrawer}} data-region="view-overview">
<div class="d-flex align-items-center">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text pr-2 bg-white">
{{#pix}} a/search, core {{/pix}}
</span>
</div>
<div class="input-group simplesearchform">
<input
type="text"
class="form-control border-left-0"
class="form-control"
placeholder="{{#str}} search, core_search {{/str}}"
aria-label="{{#str}} search, core_search {{/str}}"
data-region="view-overview-search-input"
>
<div class="input-group-append">
<span class="icon-no-margin btn btn-submit">
{{#pix}} a/search, core {{/pix}}
</span>
</div>
</div>
<div class="ml-2">
<a
Expand Down
4 changes: 2 additions & 2 deletions message/templates/message_drawer_view_search_header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
>
{{> core_message/message_drawer_icon_back }}
</a>
<div class="input-group">
<div class="input-group simplesearchform">
<input
type="text"
class="form-control"
Expand All @@ -55,7 +55,7 @@
>
<div class="input-group-append">
<button
class="btn btn-outline-secondary"
class="btn btn-submit icon-no-margin"
type="button"
data-action="search"
aria-label="{{#str}} search, core_search {{/str}}"
Expand Down

0 comments on commit ae0f81f

Please sign in to comment.