From b0478ef330b8f729554aec55baa81d9e3d02a063 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 9 Mar 2007 16:28:49 +0000 Subject: New: #images.high_filesize was added so that we can sum the filesizes in the filtered history. #images.high_filesize is filled during metadata synchronization. Bug fixed: in getAttribute XML function, when asking "filesize", it was returning high_filesize. The regex was too simple. git-svn-id: http://piwigo.org/svn/trunk@1883 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/history.tpl | 10 +++++++++- template/yoga/admin/picture_modify.tpl | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'template/yoga') diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index 570118797..64c0f9535 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -65,7 +65,15 @@ -

{L_DATE_TITLE}

+ +
+ {lang:Summary} + + +
+
diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index 8ea3360be..283cae73a 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -37,6 +37,13 @@ {FILESIZE} + + + {lang:High filesize} + {high.FILESIZE} + + + {lang:Storage category} {STORAGE_CATEGORY} -- cgit v1.2.3