search for: toolbar_nav

Displaying 3 results from an estimated 3 matches for "toolbar_nav".

2009 May 27
1
[PATCH server] UI tweaks for cloud
...te mode 100644 src/public/images/tab_bg.png diff --git a/src/app/views/cloud/instance/index.rhtml b/src/app/views/cloud/instance/index.rhtml index 218bd8c..757d67c 100644 --- a/src/app/views/cloud/instance/index.rhtml +++ b/src/app/views/cloud/instance/index.rhtml @@ -1,4 +1,4 @@ -<div id="toolbar_nav"> +<div id="toolbar"> <!-- TODO: Make each li a submit button with same styling as current li. Handlng of this will be implemented in InstanceController::handle_form --> diff --git a/src/app/views/layouts/cloud/cloud.rhtml b/src/app/views/layouts/cloud/cl...
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...gt;Find me in app/views/cloud/instance/edit.html.erb</p> diff --git a/src/app/views/cloud/instance/index.rhtml b/src/app/views/cloud/instance/index.rhtml new file mode 100644 index 0000000..218bd8c --- /dev/null +++ b/src/app/views/cloud/instance/index.rhtml @@ -0,0 +1,23 @@ +<div id="toolbar_nav"> + <!-- TODO: Make each li a submit button with same styling as current li. + Handlng of this will be implemented in InstanceController::handle_form + --> + <ul> + <li>New Instance</li> + <li> + Actions + <ul> + <% @act...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
..."Add Hosts") %> </div> diff --git a/src/app/views/hardware/show_hosts.rhtml b/src/app/views/hardware/show_hosts.rhtml index 09a6188..fb54373 100644 --- a/src/app/views/hardware/show_hosts.rhtml +++ b/src/app/views/hardware/show_hosts.rhtml @@ -1,7 +1,7 @@ <div id="toolbar_nav"> <ul> <%if @can_modify -%> - <li><a href="<%= url_for :controller => 'host', :action => 'addhost', :hardware_pool_id => @pool %>" rel="facebox[.bolder]"><%= image_tag "icon_add_host.png", :s...