From b1c5e25b5e4eed872230ebffe72cc7ece4533ee2 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 18 Sep 2005 21:56:56 +0000 Subject: - bug 107 fixed: crash when logging visit on a category containing "'" character. Correction reported from branch 1.4 - bug fixed: in admin/stats, incorrect SQL queries gave no result. git-svn-id: http://piwigo.org/svn/trunk@868 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/stats.tpl | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'template/yoga/admin') diff --git a/template/yoga/admin/stats.tpl b/template/yoga/admin/stats.tpl index dbfa667a6..da0fff82d 100644 --- a/template/yoga/admin/stats.tpl +++ b/template/yoga/admin/stats.tpl @@ -2,23 +2,22 @@

{lang:title_history}

{L_STAT_TITLE}

-{L_STAT_MONTHLY_ALT} +{L_STAT_MONTHLY_ALT} +

{L_STAT_MONTH_TITLE}

- - - + + - - - - - - + + + + + + - +
{L_MONTH}{L_PAGES_SEEN}{L_VALUE}{L_PAGES_SEEN} {L_VISITORS} {L_PICTURES}
{month.MONTH}{month.PAGES}{month.VISITORS}{month.IMAGES}
{statrow.VALUE}{statrow.PAGES}{statrow.VISITORS}{statrow.IMAGES}
-
-- cgit v1.2.3