From 363268ab990454feec7d88f148716af04d42014c Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 22 Mar 2010 15:03:43 +0000 Subject: ture 1514: improvement, impossible to activate a theme is a parent is missing (a parent includes grand father and his own father, and his own father, and so on... until the root theme is "default" or has no parent declared) git-svn-id: http://piwigo.org/svn/trunk@5259 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/themes_installed.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl index 0a5a0cc85..4b050c51c 100644 --- a/admin/themes/default/template/themes_installed.tpl +++ b/admin/themes/default/template/themes_installed.tpl @@ -33,13 +33,21 @@
{$theme.name}
+ + {if $theme.activable} {'Activate'|@translate} + {else} + {'Activate'|@translate} + {/if} + | + {if $theme.deletable} {'Delete'|@translate} {else} {'Delete'|@translate} {/if} +
-- cgit v1.2.3