search for: navcontain

Displaying 6 results from an estimated 6 matches for "navcontain".

Did you mean: maycontain
2009 May 27
1
[PATCH server] UI tweaks for cloud
...ction => @help_section, :anchor => @anchor}, :id=>"help-link", :popup => true, :title => "Help" %> </div> - <div id="nav"> - <ul class="toolbar"> + </div> + <div id="navcontainer"> + <ul class="navlist"> <li> <%= link_to_unless(controller.controller_name == 'dashboard', "Dashboard", { :controller => 'cloud/dashboard' }) do |name| @@ -47,9 +50,9 @@ </...
2006 Jan 04
2
Navigation Helper
...that I want the link for the current page to have its own css id ("current"). The only way I can think to accomplish this is to just include the navigation in every page, but this is certianly not clean. Any ideas? Here is the navigation div (varied from List-O-Matic): <div id="navcontainer"> <ul id="navlist"> <li><%= link_to ''desktop'', {:action => ''index'', :controller =>''desktop''}, :id => ''current'' %></li> <li><%= link_to '...
2005 Nov 08
1
Event.observers - I''m totally list - please help
Hello, I need some help on how to use the Event.observers - thank you in advance for your input. <div class="navcontainer"> <ul id="nav"> <li class="button"> <img src="images/spacer.gif" width="20" height="20"> </li> <li class="button"> <img src="images/spacer.gif" width="20&q...
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order: * [PATCH server] Add svc_vm_actions method to VmService. * [PATCH server] Cloud UI layer to initiate actions on vms. The service layer patch should work fine on its own (and not break anything), but cloud patch relies on service being there.