From aabdb3e9295474760b2d3fd5d76d2c235970fe16 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 14 Feb 2007 22:53:02 +0000 Subject: New: history logs high quality access via action.php. A new column #history.is_high was added. Filter was added on administration history detail view. Modification: function get_sql_condition_FandF was slightly refactored for presentation improvement. git-svn-id: http://piwigo.org/svn/trunk@1817 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/history.tpl | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'template') diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index 746890ab8..f0d364d6f 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -49,6 +49,39 @@ + + + + + + @@ -68,6 +101,7 @@ {lang:user} {lang:IP} {lang:image} + {lang:high quality} {lang:section} {lang:category} {lang:tags} @@ -79,6 +113,14 @@ {detail.USER} {detail.IP} {detail.IMAGE} + + + {lang:yes} + + + {lang:no} + + {detail.SECTION} {detail.CATEGORY} {detail.TAGS} -- cgit v1.2.3