search for: icon_edit_11px

Displaying 2 results from an estimated 2 matches for "icon_edit_11px".

2009 Sep 23
0
[PATCH server] consolidated network & routing info ui's
...nt-footer"> - <%= ok_footer %> -</div> diff --git a/src/app/views/network/show.rhtml b/src/app/views/network/show.rhtml index 02ad25e..d2f02f7 100644 --- a/src/app/views/network/show.rhtml +++ b/src/app/views/network/show.rhtml @@ -6,10 +6,6 @@ <%= link_to image_tag("icon_edit_11px.png") + "Edit", {:action => 'edit', :id => @network.id }, :rel=>"facebox[.bolder]", :class=>"selection_facebox" %> - - <%= link_to image_tag("icon_edit_11px.png") + "Edit Routing Info", - {:a...
2009 Oct 06
0
[PATCH server] new host networking wui
...t;"> + + </input> + </div> + </div> + + <div class="host_network_table_buttons_column + host_network_table_aligned_column"> + <div class="host_network_table_edit_column"> + <%= image_tag("icon_edit_11px.png") %> + </div> + </div> + + <div style="clear:both;"></div> + </div> + <% } %> + + <% @host.bondings.each { |bonding| %> + <div class="host_network_table_row" + id="host_network_table_bonding_&l...