diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php index 108baa5..652df99 100755 --- a/Theme/Backend/media-list.tpl.php +++ b/Theme/Backend/media-list.tpl.php @@ -78,18 +78,78 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id=
| = $this->getHtml('Name'); ?> + + + | = $this->getHtml('Type'); ?> + + + | = $this->getHtml('Size'); ?> + + + | = $this->getHtml('Creator'); ?> + + + | = $this->getHtml('Created'); ?> + + + | ||
| .. @@ -115,6 +175,10 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id= $icon = $fileIconFunction(FileUtils::getExtensionType($value->extension)); ?> | ||||||
| = $this->printHtml($value->name); ?> @@ -133,6 +197,7 @@ $next = empty($media) ? '{/prefix}media/list' : '{/prefix}media/list?{?}&id= |