+<% if logged_in? && !@criteria_params.empty? %>
<ul class="operations">
- <% if logged_in? %>
- <% if @filter.id %>
- <li><a id="copy" href="<%= url_for :action => 'copy_form', :id => @filter.id -%>" class="link-action open-modal"><%= message('copy') -%></a></li>
- <% end %>
- <% if !defined?(@unchanged) && @filter.id && @filter.user == current_user.login %>
- <li>
- <%= link_to message('save'), params.merge({:action => 'save', :id => @filter.id}), :class => 'link-action', :id => 'save', :method => :post -%>
- </li>
- <% end %>
- <% unless @filter.id %>
- <li>
- <a id="save-as" href="<%= url_for params.merge({:action => 'save_as_form', :id => @filter.id}) -%>" class="link-action open-modal"><%= message('save_as') -%></a>
- </li>
- <% end %>
-<% end %>
-</ul>
\ No newline at end of file
+ <% if @filter.id %>
+ <li><a id="copy" href="<%= url_for :action => 'copy_form', :id => @filter.id -%>" class="link-action open-modal"><%= message('copy') -%></a></li>
+ <% end %>
+ <% if !defined?(@unchanged) && @filter.id && @filter.user == current_user.login %>
+ <li>
+ <%= link_to message('save'), params.merge({:action => 'save', :id => @filter.id}), :class => 'link-action', :id => 'save', :method => :post -%>
+ </li>
+ <% end %>
+ <% unless @filter.id %>
+ <li>
+ <a id="save-as" href="<%= url_for params.merge({:action => 'save_as_form', :id => @filter.id}) -%>" class="link-action open-modal"><%= message('save_as') -%></a>
+ </li>
+ <% end %>
+</ul>
+<% end %>
\ No newline at end of file
list-style-type: none;
margin: 0;
background-color: #EFEFEF;
- border: 1px solid #cdcdcd;
+ border-left: 1px solid #cdcdcd;
+ border-bottom: 1px solid #cdcdcd;
+ border-top: 1px solid #cdcdcd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;