|
|
@ -3,7 +3,7 @@
|
|
|
|
<div id="put-tag-form-<%=attachment.id%>" class="hidden">
|
|
|
|
<div id="put-tag-form-<%=attachment.id%>" class="hidden">
|
|
|
|
<%= select_tag "attachment_type",
|
|
|
|
<%= select_tag "attachment_type",
|
|
|
|
options_from_collection_for_select(attachmenttypes, "id",
|
|
|
|
options_from_collection_for_select(attachmenttypes, "id",
|
|
|
|
"typeName",attachment.attachtype), :onchange=>"attachmenttypes_change("+attachment.id.to_s + ",this.value)"%>
|
|
|
|
"typeName",attachment.attachtype), :onchange=>"attachmenttypes_change("+attachment.id.to_s + ",this.value)"%>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= link_to(image_tag('edit/edit.png'), 'javascript:void(0);',:style=>"white-space:nowrap;", :id=>"edit_box"+attachment.id.to_s ,
|
|
|
|
<%= link_to(image_tag('edit/edit.png'), 'javascript:void(0);',:style=>"white-space:nowrap;", :id=>"edit_box"+attachment.id.to_s ,
|
|
|
|
:onclick =>"$('#put-tag-form-" +attachment.id.to_s+ "').show();
|
|
|
|
:onclick =>"$('#put-tag-form-" +attachment.id.to_s+ "').show();
|
|
|
|