fixed hour on admin/incident, added rounded corners to add incident

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-31 16:55:45 +00:00
parent 9d24b25555
commit ea5bf05088
2 changed files with 100 additions and 99 deletions

View File

@@ -20,7 +20,7 @@
<div class="span11 column">
<p style="padding-top:10px;"><b>Service:</b> {$service->name|escape:html}</p>
<p><b>Site:</b> {$site->name|escape:html}</p>
<p><b>Opened:</b> {$incident->start_time|date_format:'h:i d-M-y'}</p>
<p><b>Opened:</b> {$incident->start_time|date_format:'H:i d-M-y'}</p>
<p><b>Estimated End:</b> {ucwords(StatusBoard_DateTime::fuzzyTime($incident->estimated_end_time))}</p>
</div>