From 7ee3f5579aab21257d236e6f8aa853cd639ff460 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 28 Jan 2007 20:56:10 +0000 Subject: Issue 0000614: Display hits under thumbnails like comments counter git-svn-id: http://piwigo.org/svn/trunk@1763 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/configuration.tpl | 6 ++++++ template/yoga/admin/user_list.tpl | 10 ++++++++++ template/yoga/profile_content.tpl | 5 +++++ template/yoga/thumbnails.tpl | 3 +++ 4 files changed, 24 insertions(+) (limited to 'template') 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 @@ -193,6 +193,12 @@ +
  • + {lang:show_nb_hits} + + +
  • +
  • diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index 08b981882..0eaf67fc0 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -267,6 +267,16 @@ + + {lang:show_nb_hits} + + + / {lang:set to} + + + + + {lang:maxwidth} diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl index e738e59c6..931b08c61 100644 --- a/template/yoga/profile_content.tpl +++ b/template/yoga/profile_content.tpl @@ -90,6 +90,11 @@
  • +
  • + {lang:show_nb_hits} + + +
  • diff --git a/template/yoga/thumbnails.tpl b/template/yoga/thumbnails.tpl index d1757489b..8bf9d8e01 100644 --- a/template/yoga/thumbnails.tpl +++ b/template/yoga/thumbnails.tpl @@ -23,6 +23,9 @@
    {thumbnails.line.thumbnail.nb_comments.NB_COMMENTS} {lang:comments} + +
    {thumbnails.line.thumbnail.nb_hits.HITS} +
  • -- cgit v1.2.3