diff --git a/Theme/Backend/Components/Media/image.tpl.php b/Theme/Backend/Components/Media/image.tpl.php index bc2ce9d..281197b 100755 --- a/Theme/Backend/Components/Media/image.tpl.php +++ b/Theme/Backend/Components/Media/image.tpl.php @@ -18,10 +18,10 @@ use phpOMS\Uri\UriFactory;
- printHtml($this->media->name); ?>" style="max-width: 100%" src="media->getId() !== 0 ? UriFactory::build('{/api}media/export?id=' . $this->media->getId()) : UriFactory::build('{/api}media/export?path=' . \urlencode($this->media->getPath())); - ?>" alt="printHtml($this->media->name); ?>"> + ?>">
\ No newline at end of file diff --git a/Theme/Backend/media-file-create.tpl.php b/Theme/Backend/media-file-create.tpl.php index 9b0800d..cdfdfcc 100755 --- a/Theme/Backend/media-file-create.tpl.php +++ b/Theme/Backend/media-file-create.tpl.php @@ -61,7 +61,7 @@ use phpOMS\Uri\UriFactory;
- +
@@ -71,7 +71,7 @@ use phpOMS\Uri\UriFactory;
-
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 252a62f..d46fd31 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,4 +1,5 @@ -