diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-13 17:03:16 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-13 17:03:16 +0100 |
commit | 89a67770e66d11740948e90a41db6cee0482cf8e (patch) | |
tree | be858515fb789a89d68f94975690ab019813726c /views/_jqModalScript.haml |
new version.
Diffstat (limited to 'views/_jqModalScript.haml')
-rw-r--r-- | views/_jqModalScript.haml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/views/_jqModalScript.haml b/views/_jqModalScript.haml new file mode 100644 index 0000000..00cc298 --- /dev/null +++ b/views/_jqModalScript.haml @@ -0,0 +1,22 @@ +.jdHandle.jqDrag +%strong + Acknowledge alert! +%em + Please be careful what you chose and err on the side of shorter times scales. +%form{:name=>"input", :action=>"html_form_action", :method=>"post"} + //%a{:href=>"javascript:toogleAcknowledge(#{alert.id})"} + %a{:href=>"javascript:toogleAcknowledge"} + Acknowledge this alert for + %select + %option{:value=>"1"}1 hour + %option{:value=>"2"}2 hour + %option{:value=>"3"}3 hours + %option{:value=>"5"}5 hours + %option{:value=>"7"}7 hours + %option{:value=>"24"}1 day + %option{:value=>"48"}2 days + %option{:value=>"168"}1 week + %option{:value=>"0"}Forever +%a{:href=>"#", :class=>"jqmClose"} + Close +.jqHandle.jqResize |