mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
feature 2548 multisize - improved picture.php display (original...) + code cleanup
git-svn-id: http://piwigo.org/svn/trunk@12855 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -66,18 +66,6 @@ pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#da
|
||||
<td>{$FILESIZE}</td>
|
||||
</tr>
|
||||
|
||||
{if isset($HIGH_FILESIZE) }
|
||||
<tr>
|
||||
<td><strong>{'High dimensions'|@translate}</strong></td>
|
||||
<td>{$HIGH_DIMENSIONS}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>{'High filesize'|@translate}</strong></td>
|
||||
<td>{$HIGH_FILESIZE}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
<tr>
|
||||
<td><strong>{'Storage album'|@translate}</strong></td>
|
||||
<td>{$STORAGE_CATEGORY}</td>
|
||||
|
||||
Reference in New Issue
Block a user