From ea5bf05088f4113980526001ac4cb22e6e3c9416 Mon Sep 17 00:00:00 2001 From: Nathan Booth Date: Sat, 31 Dec 2011 16:55:45 +0000 Subject: [PATCH] fixed hour on admin/incident, added rounded corners to add incident Signed-off-by: Nathan Booth --- source/webui/templates/admin/add-incident.tpl | 197 +++++++++--------- source/webui/templates/incident.tpl | 2 +- 2 files changed, 100 insertions(+), 99 deletions(-) diff --git a/source/webui/templates/admin/add-incident.tpl b/source/webui/templates/admin/add-incident.tpl index 9e20ad6..cf507c7 100644 --- a/source/webui/templates/admin/add-incident.tpl +++ b/source/webui/templates/admin/add-incident.tpl @@ -1,103 +1,104 @@
+
-
-

Add Incident

-

Use this form to add a new incident

-
-
- -
-
-
- -
- {if $service} - - {$service->name|escape:html} - {else} - - {/if} -
-
- -
- -
- {if $service && $site} - - {$site->name|escape:html} - {else} - - {/if} -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
- -
-
-
-
- -
+
+

Add Incident

+

Use this form to add a new incident

+
+
+ +
+
+
+ +
+ {if $service} + + {$service->name|escape:html} + {else} + + {/if} +
+
+ +
+ +
+ {if $service && $site} + + {$site->name|escape:html} + {else} + + {/if} +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+
+
+
diff --git a/source/webui/templates/incident.tpl b/source/webui/templates/incident.tpl index 4b4911b..8ff9172 100644 --- a/source/webui/templates/incident.tpl +++ b/source/webui/templates/incident.tpl @@ -20,7 +20,7 @@

Service: {$service->name|escape:html}

Site: {$site->name|escape:html}

-

Opened: {$incident->start_time|date_format:'h:i d-M-y'}

+

Opened: {$incident->start_time|date_format:'H:i d-M-y'}

Estimated End: {ucwords(StatusBoard_DateTime::fuzzyTime($incident->estimated_end_time))}