diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
commit | fc0327f91fb134e1df994143a78c22df7d8f62e4 (patch) | |
tree | 9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/_jqChangeStatus.haml | |
parent | 3576923edf788eecb4320e034f5afaaf625bd62e (diff) |
Big interface clear up
Diffstat (limited to 'views/_jqChangeStatus.haml')
-rw-r--r-- | views/_jqChangeStatus.haml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/views/_jqChangeStatus.haml b/views/_jqChangeStatus.haml deleted file mode 100644 index 1b00c17..0000000 --- a/views/_jqChangeStatus.haml +++ /dev/null @@ -1,21 +0,0 @@ -%form{:name=>"changeAlertStatusForm", :action=>"html_form_action", :method=>"post"} - %input{:type=>"hidden", :name=>"AlertID", :value=>"Null"} - %input{:type=>"hidden", :name=>"AlertDefaultAcknowledgeTime", :value=>"Null"} - %input{:type=>"button", :name=>"statusAcknowledgedFor", :value=>"Acknowledge this alert for", - :onclick=>"changeAcknowledgeStatus(this.form.AlertID.value, this.form.timeStamp.value)", - :class=>"buttonAcknowledgeAlert"} - %select{:name=>"timeStamp", :id=>"sample", :class=>"timeList"} - %option{:value=>"0"}default... - %option{:value=>"3600"}1 hour - %option{:value=>"7200"}2 hours - %option{:value=>"7560"}3 hours - %option{:value=>"18000"}5 hours - %option{:value=>"25200"}7 hours - %option{:value=>"86400"}1 day - %option{:value=>"172800"}2 days - %option{:value=>"604800"}1 week - %option{:value=>"0"}Forever - %input{:type=>"button", :name=>"raise", :value=>"Unacknowledged", :onClick=>"raiseAlert(this.form.AlertID.value);", :class=>"raiseAlert"} - %input{:type=>"button", :name=>"clear", :value=>"Trash alert", :onClick=>"clearAlert(this.form.AlertID.value);", :class=>"trashAlert"} -%em - Please be careful what you chose and err on the side of shorter times scales. |