diff --git a/administrator/components/com_associations/tmpl/associations/default.php b/administrator/components/com_associations/tmpl/associations/default.php index 5d54324919fdf..372df2da463ee 100644 --- a/administrator/components/com_associations/tmpl/associations/default.php +++ b/administrator/components/com_associations/tmpl/associations/default.php @@ -22,7 +22,6 @@ $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canManageCheckin = Factory::getUser()->authorise('core.manage', 'com_checkin'); -$colSpan = 5; $iconStates = array( -2 => 'icon-trash', @@ -47,7 +46,7 @@ typeSupports['state'])) : ?> - + @@ -64,12 +63,12 @@ typeFields['menutype'])) : ?> - + typeFields['access'])) : ?> - + @@ -77,13 +76,6 @@ - - - - pagination->getListFooter(); ?> - - - items as $i => $item) : $canCheckin = true; @@ -148,6 +140,10 @@ + + + pagination->getListFooter(); ?> + diff --git a/administrator/components/com_associations/tmpl/associations/modal.php b/administrator/components/com_associations/tmpl/associations/modal.php index 576ca7ab94e9d..585e68c168a58 100644 --- a/administrator/components/com_associations/tmpl/associations/modal.php +++ b/administrator/components/com_associations/tmpl/associations/modal.php @@ -30,7 +30,6 @@ $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canManageCheckin = Factory::getUser()->authorise('core.manage', 'com_checkin'); -$colSpan = 4; $iconStates = array( -2 => 'icon-trash', @@ -62,7 +61,7 @@ typeSupports['state'])) : ?> - + @@ -76,12 +75,12 @@ typeFields['menutype'])) : ?> - + typeSupports['acl'])) : ?> - + @@ -89,13 +88,6 @@ - - - - pagination->getListFooter(); ?> - - - items as $i => $item) : $canEdit = AssociationsHelper::allowEdit($this->extensionName, $this->typeName, $item->id); @@ -160,6 +152,9 @@ + + pagination->getListFooter(); ?> + diff --git a/administrator/components/com_banners/tmpl/banners/default.php b/administrator/components/com_banners/tmpl/banners/default.php index 58be681809b69..49ef0aeca5719 100644 --- a/administrator/components/com_banners/tmpl/banners/default.php +++ b/administrator/components/com_banners/tmpl/banners/default.php @@ -85,13 +85,6 @@ - - - - pagination->getListFooter(); ?> - - - class="js-draggable" data-url="" data-direction="" data-nested="true"> items as $i => $item) : $ordering = ($listOrder == 'ordering'); @@ -176,6 +169,10 @@ + + + pagination->getListFooter(); ?> + authorise('core.create', 'com_banners') && $user->authorise('core.edit', 'com_banners') diff --git a/administrator/components/com_banners/tmpl/clients/default.php b/administrator/components/com_banners/tmpl/clients/default.php index dd87a76ae221a..ff55fd36077f2 100644 --- a/administrator/components/com_banners/tmpl/clients/default.php +++ b/administrator/components/com_banners/tmpl/clients/default.php @@ -90,13 +90,6 @@ - - - - pagination->getListFooter(); ?> - - - items as $i => $item) : $canCreate = $user->authorise('core.create', 'com_banners'); @@ -160,6 +153,10 @@ + + + pagination->getListFooter(); ?> + diff --git a/administrator/components/com_banners/tmpl/tracks/default.php b/administrator/components/com_banners/tmpl/tracks/default.php index bbfe7c38a0b53..66832a603b578 100644 --- a/administrator/components/com_banners/tmpl/tracks/default.php +++ b/administrator/components/com_banners/tmpl/tracks/default.php @@ -48,13 +48,6 @@ - - - - pagination->getListFooter(); ?> - - - items as $i => $item) : ?> @@ -80,6 +73,10 @@ + + + pagination->getListFooter(); ?> + - - - - pagination->getListFooter(); ?> - - - data as $folder => $item) : ?> @@ -73,6 +66,10 @@ + + + pagination->getListFooter(); ?> + diff --git a/administrator/components/com_categories/tmpl/categories/default.php b/administrator/components/com_categories/tmpl/categories/default.php index 94ba49fa661bf..b8d75d27987fa 100644 --- a/administrator/components/com_categories/tmpl/categories/default.php +++ b/administrator/components/com_categories/tmpl/categories/default.php @@ -34,7 +34,6 @@ $parts = explode('.', $extension, 2); $component = $parts[0]; $section = null; -$columns = 7; if (count($parts) > 1) { @@ -85,32 +84,28 @@ - items[0]) && property_exists($this->items[0], 'count_published')) : - $columns++; ?> + items[0]) && property_exists($this->items[0], 'count_published')) : ?> - items[0]) && property_exists($this->items[0], 'count_unpublished')) : - $columns++; ?> + items[0]) && property_exists($this->items[0], 'count_unpublished')) : ?> - items[0]) && property_exists($this->items[0], 'count_archived')) : - $columns++; ?> + items[0]) && property_exists($this->items[0], 'count_archived')) : ?> - items[0]) && property_exists($this->items[0], 'count_trashed')) : - $columns++; ?> + items[0]) && property_exists($this->items[0], 'count_trashed')) : ?>