aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/user_list.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-28 20:56:10 +0000
committervdigital <vdigital@piwigo.org>2007-01-28 20:56:10 +0000
commit7ee3f5579aab21257d236e6f8aa853cd639ff460 (patch)
treee13479319990abbe9f96366bef547708f8766c38 /template/yoga/admin/user_list.tpl
parent7709c4189cadfcfc56c97fd5cd47df06033b6429 (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 '')
-rw-r--r--template/yoga/admin/user_list.tpl10
1 files changed, 10 insertions, 0 deletions
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
@@ -268,6 +268,16 @@
</tr>
<tr>
+ <td>{lang:show_nb_hits}</td>
+ <td>
+ <label><input type="radio" name="show_nb_hits" value="leave" checked="checked" /> {lang:leave}</label>
+ / {lang:set to}
+ <label><input type="radio" name="show_nb_hits" value="true" {SHOW_NB_HITS_YES} />{lang:yes}</label>
+ <label><input type="radio" name="show_nb_hits" value="false" {SHOW_NB_HITS_NO} />{lang:no}</label>
+ </td>
+ </tr>
+
+ <tr>
<td>{lang:maxwidth}</td>
<td>
<label><input type="radio" name="maxwidth_action" value="leave" checked="checked" /> {lang:leave}</label>