diff --git a/Theme/Backend/Components/Media/list.tpl.php b/Theme/Backend/Components/Media/list.tpl.php index b343ad4..f83430d 100644 --- a/Theme/Backend/Components/Media/list.tpl.php +++ b/Theme/Backend/Components/Media/list.tpl.php @@ -4,9 +4,9 @@ use phpOMS\System\File\FileUtils; use phpOMS\Uri\UriFactory; ?> -
| = $this->getHtml('Name', 'Media') ?> @@ -14,7 +14,6 @@ use phpOMS\Uri\UriFactory; | = $this->getHtml('Size', 'Media') ?> | = $this->getHtml('Creator', 'Media') ?> | = $this->getHtml('Created', 'Media') ?> - | media as $key => $value) : ++$count; $url = UriFactory::build('{/prefix}media/single?{?}&id=' . $value->getId()); @@ -58,4 +57,5 @@ use phpOMS\Uri\UriFactory;||
| = $this->getHtml('Empty', '0', '0'); ?> |