Changeset 4506

Show
Ignore:
Timestamp:
10/15/08 15:53:19 (3 months ago)
Author:
coling
Message:

Add some last run info to the event page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • clientsplugin/0.11/clients/templates/admin_client_events.html

    r4503 r4506  
    3131            <label><b>Action:</b> $event.action</label> 
    3232            <p class="help">$event.action_description</p> 
     33          </div> 
     34          <div class="field"> 
     35            <label><b>Last run:</b> ${pretty_timedelta(event.lastrun)} (${format_date(event.lastrun)} ${format_time(event.lastrun, str('%H:%M'))})</label> 
    3336          </div> 
    3437        </fieldset>