<%=_('Enumerations')%>

<% for option in Enumeration::OPTIONS %> <% if @params[:opt]==option[1] %>

<%= image_tag 'dir_open' %> <%=_ option[0] %>

<% else %>

<%= image_tag 'dir' %> <%= link_to _(option[0]), :opt => option[1] %>

<% end %> <% end %>