Skip to content

Commit

Permalink
TTK-27375: Adapt backoffice tables for naked (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina authored Nov 29, 2024
1 parent ab65592 commit 174e090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="table-responsive" style="overflow:visible;">
<div class="table-responsive">
{% if app.user and is_granted(constant('Pumukit\\SchemaBundle\\Security\\Permission::ACCESS_MULTIMEDIA_SERIES')) %}
<table class="table table-striped table-hover">
<thead>
Expand Down Expand Up @@ -139,7 +139,7 @@
<tfoot>
<tr>
<td colspan="17" class="foot-td">
<div class="row">
<div class="row" style="margin-left: 0; margin-right: 0">
<div class="col-md-6">
{{ mms.getNbResults }} {% trans %}Mm. Obj.{% endtrans %}
{% if app.session.get('admin/mms/criteria')|length != 0 %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="table-responsive" style="overflow:visible;">
<div class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<tr>
Expand Down Expand Up @@ -172,7 +172,7 @@
<tfoot>
<tr>
<th colspan="18" class="foot-td">
<div class="row">
<div class="row" style="margin-left: 0; margin-right: 0">
<div class="col-md-6">
{{ mms.getNbResults }} {% trans %}Mm. Obj.{% endtrans %}
{% if app.session.get('admin/playlistmms/criteria')|length != 0 %}
Expand Down

0 comments on commit 174e090

Please sign in to comment.