aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/themes_installed.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2012-02-18 21:18:34 +0000
committerpatdenice <patdenice@piwigo.org>2012-02-18 21:18:34 +0000
commit2405b41e02f4bd6a2f99e5836d9199dee447eb0f (patch)
treeca13e5b4e97ee79db78e3646607870cd34350aa8 /admin/themes/default/template/themes_installed.tpl
parenta8938827898ed40d35f25b055a72a41a2c1567ef (diff)
feature:2577
Automaticaly install smartpocket during install or upgrade. hide mobile theme from themes list on user side. git-svn-id: http://piwigo.org/svn/trunk@13242 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/themes_installed.tpl')
-rw-r--r--admin/themes/default/template/themes_installed.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl
index 57df78a79..82d57a439 100644
--- a/admin/themes/default/template/themes_installed.tpl
+++ b/admin/themes/default/template/themes_installed.tpl
@@ -17,7 +17,7 @@ jQuery(document).ready(function() {
<div class="themeBoxes">
{foreach from=$active_themes item=theme}
<div class="themeBox{if $theme.is_default} themeDefault{/if}">
- <div class="themeName">{$theme.name}{if $theme.is_default} <em>({'default'|@translate})</em>{/if} {if $theme.mobile} <em>({'mobile'|@translate})</em>{/if}</div>
+ <div class="themeName">{$theme.name}{if $theme.is_default} <em>({'default'|@translate})</em>{/if} {if $theme.mobile} <em>({'Mobile'|@translate})</em>{/if}</div>
<div class="themeShot"><a href="{$theme.screenshot}" class="preview-box" title="{$theme.name}"><img src="{$theme.screenshot}" alt=""></a></div>
<div class="themeActions">
<div>
@@ -47,7 +47,7 @@ jQuery(document).ready(function() {
<div class="themeBoxes">
{foreach from=$inactive_themes item=theme}
<div class="themeBox">
- <div class="themeName">{$theme.name}{if $theme.mobile} <em>({'mobile'|@translate})</em>{/if}</div>
+ <div class="themeName">{$theme.name}{if $theme.mobile} <em>({'Mobile'|@translate})</em>{/if}</div>
<div class="themeShot"><a href="{$theme.screenshot}" class="preview-box" title="{$theme.name}"><img src="{$theme.screenshot}" alt=""></a></div>
<div class="themeActions">
<div>