#1875: Add support for dialog when uploading

This commit is contained in:
Toks
2013-07-27 12:25:21 -04:00
parent e3ca0b26a7
commit f4864b42c6
3 changed files with 21 additions and 15 deletions

View File

@@ -63,7 +63,7 @@
<div>
<%= f.label :tag_string, "Tags" %>
<%= f.text_area :tag_string, :size => "50x5", :value => post.presenter.categorized_tag_string + " " %>
<span id="open-post-edit-dialog" class="ui-icon ui-icon-arrow-1-ne" title="detach"/>
<span id="open-edit-dialog" class="ui-icon ui-icon-arrow-1-ne" title="detach" style="display: none;"/>
</div>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>