diff --git a/Theme/Backend/Components/Media/csv.tpl.php b/Theme/Backend/Components/Media/csv.tpl.php index bdeacde..669cbdf 100755 --- a/Theme/Backend/Components/Media/csv.tpl.php +++ b/Theme/Backend/Components/Media/csv.tpl.php @@ -25,6 +25,7 @@ use phpOMS\Utils\IO\Csv\CsvSettings;
+
media->isAbsolute ? '' : __DIR__ . '/../../../../../../') . $this->media->getPath(), 'r'); @@ -40,6 +41,7 @@ use phpOMS\Utils\IO\Csv\CsvSettings; \fclose($f); ?>
+
diff --git a/Theme/Backend/Components/Media/list.tpl.php b/Theme/Backend/Components/Media/list.tpl.php index 7dba210..ebecf84 100755 --- a/Theme/Backend/Components/Media/list.tpl.php +++ b/Theme/Backend/Components/Media/list.tpl.php @@ -26,6 +26,7 @@ $next = empty($this->media) ?>
getHtml('Media', 'Media'); ?>
+
@@ -56,6 +57,7 @@ $next = empty($this->media)
getHtml('Empty', '0', '0'); ?>
+
getHtml('Previous', '0', '0'); ?> getHtml('Next', '0', '0'); ?> diff --git a/Theme/Backend/Components/Media/spreadsheet.tpl.php b/Theme/Backend/Components/Media/spreadsheet.tpl.php index 1b58c4e..0f963fa 100755 --- a/Theme/Backend/Components/Media/spreadsheet.tpl.php +++ b/Theme/Backend/Components/Media/spreadsheet.tpl.php @@ -49,6 +49,7 @@ Autoloader::addPath(__DIR__ . '/../../../../../../Resources/'); $data = \ob_get_clean(); $csv = \explode("\n", \trim($data, "\n")); ?> +
+