-
-
- | Size | = $media->getSize(); ?>
- |
| Created at | = $media->getCreatedAt()->format('Y-m-d'); ?>
- |
| Created by | = $media->getCreatedBy(); ?>
- |
| Description | = $media->getDescription(); ?>
- |
| Content
- |
- getExtension(), ['gif', 'bmp', 'jpg', 'jpeg', 'png'])) : ?>
-
->getBase() . $media->getPath(); ?>)
- getExtension() === 'collection') : ?>
- collection
-
-
- getPath()));
- $output = str_replace(["\r\n", "\r"], "\n", $output);
- $output = explode("\n", $output);
- foreach($output as $line) : ?>= $line; ?>
-
-
+
+
+
+
+
+
+
+ | Size | = $media->getSize(); ?>
+ |
| Created at | = $media->getCreatedAt()->format('Y-m-d'); ?>
+ |
| Created by | = $media->getCreatedBy(); ?>
+ |
| Description | = $media->getDescription(); ?>
+ |
| Content
+ |
+ getExtension(), ['gif', 'bmp', 'jpg', 'jpeg', 'png'])) : ?>
+
->getBase() . $media->getPath(); ?>)
+ getExtension() === 'collection') : ?>
+ collection
+
+
+ getPath()));
+ $output = str_replace(["\r\n", "\r"], "\n", $output);
+ $output = explode("\n", $output);
+ foreach($output as $line) : ?>= $line; ?>
+
+
+
+
-
+
\ No newline at end of file
diff --git a/Theme/backend/media-create.tpl.php b/Theme/backend/media-create.tpl.php
index 92eeb44..aa14d86 100644
--- a/Theme/backend/media-create.tpl.php
+++ b/Theme/backend/media-create.tpl.php
@@ -18,17 +18,21 @@
*/
echo $this->getData('nav')->render(); ?>
-
- = $this->getText('Upload'); ?>
-
-
+
+
+
+ = $this->getText('Upload'); ?>
+
+
-
+
\ No newline at end of file