aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2007-03-11 17:40:59 +0000
committerplegall <plg@piwigo.org>2007-03-11 17:40:59 +0000
commitb79c8aceae62df26ab17049c9ce9330fdac3ab35 (patch)
treefd0145b38a01b3ffae225d3c749ee466d98efcaa /template
parent091b30247b63966eb7ce77986f10ca40c461fd7d (diff)
New: history search results summary gives the number of filtered lines and
give details about number of total users with the number of guests and the member names (that can be added to filter criteria). git-svn-id: http://piwigo.org/svn/trunk@1893 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/history.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl
index 5cc82eeff..87058681f 100644
--- a/template/yoga/admin/history.tpl
+++ b/template/yoga/admin/history.tpl
@@ -91,7 +91,15 @@
<legend>{lang:Summary}</legend>
<ul>
+ <li>{summary.NB_LINES}</li>
<li>{summary.FILESIZE}</li>
+ <li>
+ {summary.USERS}
+ <ul>
+ <li>{summary.MEMBERS}</li>
+ <li>{summary.GUESTS}</li>
+ </ul>
+ </li>
</ul>
</fieldset>
<!-- END summary -->