aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/history.tpl10
-rw-r--r--template/yoga/admin/picture_modify.tpl7
2 files changed, 16 insertions, 1 deletions
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 @@
</fieldset>
</form>
-<h3>{L_DATE_TITLE}</h3>
+<!-- BEGIN summary -->
+<fieldset>
+ <legend>{lang:Summary}</legend>
+
+ <ul>
+ <li>{summary.FILESIZE}</li>
+ </ul>
+</fieldset>
+<!-- END summary -->
<!-- BEGIN navigation -->
<div class="admin">
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 @@
<td>{FILESIZE}</td>
</tr>
+<!-- BEGIN high -->
+ <tr>
+ <td><strong>{lang:High filesize}</strong></td>
+ <td>{high.FILESIZE}</td>
+ </tr>
+<!-- END high -->
+
<tr>
<td><strong>{lang:Storage category}</strong></td>
<td>{STORAGE_CATEGORY}</td>