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))}