search for: add_usag

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

Did you mean: add_usage
2010 Sep 03
1
[PATCH] Adding some control over usages in the network creation/edition form
...t;label", @network ? @network.usages.collect{ |x| x.id.to_i } : [] %> </select> + <div class="usage_buttons"> + <p> + <%= text_field_tag 'network_usage_label', nil, :class => 'textfield_effect' %> + <button id="add_usage">Add usage</button> + </p> + <p> + <button id="delete_usages">Remove selected usages</button> + </p> + </div> </div> <div id="vlan_options" @@ -43,4 +52,49 @@ $("#network_type").change(function () {...