2021-03-19 13:21:18 +01:00
|
|
|
<div class="popover" id="giphy_grid_in_popover">
|
|
|
|
<div class="arrow"></div>
|
|
|
|
<div class="popover-inner">
|
|
|
|
<div class="search-box">
|
|
|
|
<input type="text" tabindex=0 id="giphy-search-query" class="search-query" placeholder="{{t 'Search GIFs' }}">
|
2021-04-11 14:26:53 +02:00
|
|
|
<button type="button" class="btn clear_search_button" id="giphy_search_clear">
|
|
|
|
<i class="fa fa-remove" aria-hidden="true"></i>
|
|
|
|
</button>
|
2021-03-19 13:21:18 +01:00
|
|
|
</div>
|
2021-04-11 15:46:56 +02:00
|
|
|
<div class="popover-content" data-simplebar>
|
|
|
|
{{! We need a container we can replace
|
|
|
|
without removing the simplebar wrappers.
|
|
|
|
We replace the `giphy-content` when
|
|
|
|
searching for GIFs. }}
|
|
|
|
<div class="giphy-content"></div>
|
|
|
|
</div>
|
2021-03-19 13:21:18 +01:00
|
|
|
<div class="popover-footer">
|
|
|
|
<img src="/static/images/GIPHY_attribution.png" alt="{{t 'GIPHY attribution' }}">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|