search for: field_helptext

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

2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...<div style="float:left;width:150px;" > - <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> - <div class="field_helptext">max to create: <%=create_resources[:cpus]%> </div> - <div class="field_helptext">max to start: <%=start_resources[:cpus]%> </div> + <div class="form_heading"> + <%= link_to image_tag("Sort_down_11.png") + &qu...
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...<div style="float:left;width:150px;" > <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> <div class="field_helptext">max to create: <%=create_resources[:cpus]%> </div> @@ -27,6 +31,11 @@ </div> <div style="clear:both;"></div> <div class="clear_row"></div> + </div> + <div class="clear_row"></div> + +...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...<div style="float:left;width:150px;" > <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> <div class="field_helptext">max to create: <%=create_resources[:cpus]%> </div> @@ -27,6 +35,13 @@ </div> <div style="clear:both;"></div> <div class="clear_row"></div> + </div> + <div class="clear_row"></div> + +...