Commit cac61e3d1470be6d6661f982e51f396b7ccd950d
1 parent
6a27b875
Exists in
master
and in
29 other branches
Fix media search (WTF?)
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
app/views/cms/_textile_media.rhtml
... | ... | @@ -46,12 +46,10 @@ |
46 | 46 | <div class='textile-editor-sidebar-box'> |
47 | 47 | <p><strong>Media search</strong></p> |
48 | 48 | <% form_tag({ :action => 'search' }) do %> |
49 | - <% button_bar do %> | |
50 | - <span class='formfield'> | |
51 | - <input name='q' type='text' id='media-search-query' style='width: 250px;'/> | |
52 | - </span> | |
53 | - <%= submit_button :search, _('Search'), :id => 'media-search-button' %> | |
54 | - <% end %> | |
49 | + <span class='formfield'> | |
50 | + <input name='q' type='text' id='media-search-query' style='width: 250px;'/> | |
51 | + </span> | |
52 | + <%= submit_button :search, _('Search'), :id => 'media-search-button' %> | |
55 | 53 | <% end %> |
56 | 54 | </form> |
57 | 55 | <div id='media-search-results' class='media-list-results' style='display: none'> | ... | ... |