search for: confirm_delet

Displaying 1 result from an estimated 1 matches for "confirm_delet".

Did you mean: confirm_delete
2009 Aug 18
1
[PATCH server] Add of a button destroy for disabled hosts.
...01 100644 --- a/src/app/views/host/show.rhtml +++ b/src/app/views/host/show.rhtml @@ -7,6 +7,9 @@ <a href="#" onClick="host_action('enable')"> <%= image_tag "icon_start_11px.png" %> Enable Host </a> + <a href="#confirm_delete" rel="facebox[.bolder]"> + <%= image_tag "icon_delete_11px.png" %> Delete Host + </a> <% else -%> <a href="#" onClick="host_action('disable')"> <%= image_tag "icon_suspend_11px....