From 9943db95a3b429d94ee668bb97ba47b52ae51c58 Mon Sep 17 00:00:00 2001 From: onli Date: Sat, 1 Jun 2013 13:27:20 +0200 Subject: [PATCH 1/3] bigger default thumbnail size --- include/tpl/config_local.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tpl/config_local.inc.php b/include/tpl/config_local.inc.php index e8ca5f62..ec98446e 100644 --- a/include/tpl/config_local.inc.php +++ b/include/tpl/config_local.inc.php @@ -563,7 +563,7 @@ 'description' => INSTALL_THUMBWIDTH_DESC, 'type' => 'int', 'permission' => 'siteConfiguration', - 'default' => 110), + 'default' => 400), array('var' => 'thumbConstraint', 'title' => INSTALL_THUMBDIM, From cff869e33c98f260f7b23da324532e58d8c02a3a Mon Sep 17 00:00:00 2001 From: onli Date: Sat, 1 Jun 2013 13:42:10 +0200 Subject: [PATCH 2/3] add image overlay in ML --- templates/2k11/admin/media_items.tpl | 4 ++-- templates/2k11/admin/style.css | 33 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/templates/2k11/admin/media_items.tpl b/templates/2k11/admin/media_items.tpl index f05936a8..f5726481 100644 --- a/templates/2k11/admin/media_items.tpl +++ b/templates/2k11/admin/media_items.tpl @@ -41,7 +41,7 @@ {if $file.authorid != 0}{$file.authorname}{/if} -
+
{if $file.is_image AND $file.full_thumb} {if $file.url} @@ -70,7 +70,7 @@ {/if}
-