diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl index 5bdb30cff..8f1187093 100644 --- a/admin/themes/default/template/intro.tpl +++ b/admin/themes/default/template/intro.tpl @@ -46,6 +46,10 @@ jQuery().ready(function(){ display:inline-block; width:200px; margin:10px; + color:#777; +} + +div.stat-box { cursor:help; } @@ -84,66 +88,66 @@ jQuery().ready(function(){
{if $NB_PHOTOS > 1} -
+ {$NB_PHOTOS}{'Photos'|translate} -
+ {/if} {if $NB_ALBUMS > 1} -
+ {$NB_ALBUMS}{'Albums'|translate} -
+ {/if} {if $NB_TAGS > 1} -
+ {$NB_TAGS}{'Tags'|translate} -
+ {/if} {if $NB_USERS > 2} -
+ {$NB_USERS}{'Users'|translate} -
+ {/if} {if $NB_GROUPS > 0} -
+ {$NB_GROUPS}{'Groups'|translate} -
+ {/if} {if $NB_COMMENTS > 1} -
+ {$NB_COMMENTS}{'Comments'|translate} -
+ {/if} {if $NB_RATES > 0} -
+ {$NB_RATES}{'Rating'|translate} -
+ {/if} {if $NB_VIEWS > 0} -
+ {$NB_VIEWS}{'Pages seen'|translate} -
+ {/if} {if $NB_PLUGINS > 0} -
+ {$NB_PLUGINS}{'Plugins'|translate} -
+ {/if}