Skip to content

Commit

Permalink
Merge pull request #2761 from insiders/media-overview
Browse files Browse the repository at this point in the history
[MediaBundle] Position sort by and limit
  • Loading branch information
acrobat authored Oct 12, 2020
2 parents 00b6d3b + 07fad00 commit 571b102
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Kunstmaan/MediaBundle/Resources/views/Folder/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@
{% endif %}
{% else %}
{{ adminthumb_widget(adminlist, adminlist.getIndexUrl()["path"], adminlist.getIndexUrl()['params']) }}
<div class="row list-group">
<div class="row pull-left">
<div class="col-xs-12">
<div class="btn-group pull-right btn-group-md" role="group">
<div class="btn-group btn-group-md" role="group">
<button type="button" class="btn btn-primary btn--raise-on-hover dropdown-toggle" data-toggle="dropdown">
{{ 'media.folder.sortby' | trans }} <i class="fa fa-caret-down"></i>
</button>
Expand All @@ -214,11 +214,11 @@
{% endfor %}
</ul>
</div>
<div class="btn-group" role="group">
{% include '@KunstmaanAdminList/AdminListTwigExtension/limit.html.twig' %}
</div>
</div>
</div>
<div class="row list-group">
{% include '@KunstmaanAdminList/AdminListTwigExtension/limit.html.twig' %}
</div>

{% if adminlist.count > 0 %}
{% if adminlist.pagerfanta.haveToPaginate() %}
Expand Down

0 comments on commit 571b102

Please sign in to comment.