|
|
|
@ -52,7 +52,7 @@
|
|
|
|
|
<% if attachmenttypes.any? %>
|
|
|
|
|
|
|
|
|
|
<label for="attachment_browse_label"><%= l(:attachment_browse) %></label>
|
|
|
|
|
<%= select_tag "attachment_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_from_collection_for_select(attachmenttypes, "id", "typeName"),
|
|
|
|
|
<%= select_tag "attachment_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_from_collection_for_select(attachmenttypes, "id", "typeName",params[:type]),
|
|
|
|
|
:onchange => "attachmenttypes_searchex(this.value)" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if sufixtypes.any? %>
|
|
|
|
|