Changeset 1883 for trunk/template/yoga


Ignore:
Timestamp:
Mar 9, 2007, 5:28:49 PM (17 years ago)
Author:
plg
Message:

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.

Location:
trunk/template/yoga/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/history.tpl

    r1881 r1883  
    6666</form>
    6767
    68 <h3>{L_DATE_TITLE}</h3>
     68<!-- BEGIN summary -->
     69<fieldset>
     70  <legend>{lang:Summary}</legend>
     71
     72  <ul>
     73    <li>{summary.FILESIZE}</li>
     74  </ul>
     75</fieldset>
     76<!-- END summary -->
    6977
    7078<!-- BEGIN navigation -->
  • trunk/template/yoga/admin/picture_modify.tpl

    r1780 r1883  
    3737        <td>{FILESIZE}</td>
    3838      </tr>
     39
     40<!-- BEGIN high -->
     41      <tr>
     42        <td><strong>{lang:High filesize}</strong></td>
     43        <td>{high.FILESIZE}</td>
     44      </tr>
     45<!-- END high -->
    3946
    4047      <tr>
Note: See TracChangeset for help on using the changeset viewer.