diff --git a/public/images/favicon.ico b/public/images/favicon.ico new file mode 100755 index 0000000..210b1a6 Binary files /dev/null and b/public/images/favicon.ico differ diff --git a/source/webui/templates/admin/incident.tpl b/source/webui/templates/admin/incident.tpl index 348c578..211fe60 100644 --- a/source/webui/templates/admin/incident.tpl +++ b/source/webui/templates/admin/incident.tpl @@ -5,99 +5,112 @@
  • Incident {$incident->reference|escape:html}
  • -

    Incident {$incident->reference|escape:html}

    -
    -
    -
    - Edit Incident - -
    - -
    - -
    -
    - -
    - -
    - -
    -
    - -
    - -
    - -
    -
    - -
    -
    -   -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    - Change Status - -
    - -
    - -
    -
    - -
    - -
    - -
    -
    - -
    -
    -   -
    -
    -
    -
    -
    -
    -
    - -

    Status Changes

    - - - - - - - - - {foreach from=$statuses item=status} - - - - - - {/foreach} - -
    Date/TimeStatusDescription
    - {StatusBoard_DateTime::fuzzyTime($status->ctime)}
    - {$status->ctime|date_format:'y-m-d h:i:s'} -
    {StatusBoard_Status::name($status->status)}{$status->description|escape:html}
    +

    Incident {$incident->reference|escape:html}

    + + +
    +
    +
    +

    Edit Incident

    +

    Use this form to update the existing Service

    +
    +
    +
    +
    +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    +
    +   +
    +
    +
    +
    +
    +
    + +
    +
    +

    Change Status

    +

    Use this form to update the current status of an incident

    +
    +
    +
    +
    +

    Use this form to update the current status of an incident

    +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    +
    +   +
    +
    +
    +
    +
    +
    +
    +
    +

    Status Changes

    +

    The table display an audit log of changes to this incident

    +
    +
    + + + + + + + + {foreach from=$statuses item=status} + + + + + + {/foreach} + +
    Date/TimeStatusDescription
    + {StatusBoard_DateTime::fuzzyTime($status->ctime)}
    + {$status->ctime|date_format:'y-m-d h:i:s'} +
    {StatusBoard_Status::name($status->status)}{$status->description|escape:html}
    +
    +
    \ No newline at end of file diff --git a/source/webui/templates/admin/site.tpl b/source/webui/templates/admin/site.tpl index 214c15b..644100e 100644 --- a/source/webui/templates/admin/site.tpl +++ b/source/webui/templates/admin/site.tpl @@ -69,8 +69,8 @@ {StatusBoard_Status::name($incident->currentStatus())} - - + + {/foreach} diff --git a/source/webui/templates/index.tpl b/source/webui/templates/index.tpl index 0264031..738838f 100644 --- a/source/webui/templates/index.tpl +++ b/source/webui/templates/index.tpl @@ -5,6 +5,7 @@ +