diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-28 20:56:10 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-28 20:56:10 +0000 |
commit | 7ee3f5579aab21257d236e6f8aa853cd639ff460 (patch) | |
tree | e13479319990abbe9f96366bef547708f8766c38 /template/yoga/admin/configuration.tpl | |
parent | 7709c4189cadfcfc56c97fd5cd47df06033b6429 (diff) |
Issue 0000614: Display hits under thumbnails like comments counter
git-svn-id: http://piwigo.org/svn/trunk@1763 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/configuration.tpl')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 6f4010a5f..f4c30bb78 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -194,6 +194,12 @@ </li> <li> + <span class="property">{lang:show_nb_hits}</span> + <label><input type="radio" class="radio" name="show_nb_hits" value="true" {default.SHOW_HITS_YES} />{lang:Yes}</label> + <label><input type="radio" class="radio" name="show_nb_hits" value="false" {default.SHOW_HITS_NO} />{lang:No}</label> + </li> + + <li> <span class="property"> <label for="default_maxwidth">{lang:Maximum width of the pictures}</label> </span> |