Changeset 4506
- Timestamp:
- 10/15/08 15:53:19 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
clientsplugin/0.11/clients/templates/admin_client_events.html
r4503 r4506 31 31 <label><b>Action:</b> $event.action</label> 32 32 <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> 33 36 </div> 34 37 </fieldset>
