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; ?> -
+
+
getHtml('Media', 'Media') ?>
- media as $key => $value) : ++$count; $url = UriFactory::build('{/prefix}media/single?{?}&id=' . $value->getId()); @@ -58,4 +57,5 @@ use phpOMS\Uri\UriFactory;
getHtml('Media', 'Media') ?>
getHtml('Name', 'Media') ?> @@ -14,7 +14,6 @@ use phpOMS\Uri\UriFactory; getHtml('Size', 'Media') ?> getHtml('Creator', 'Media') ?> getHtml('Created', 'Media') ?> -
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file