Skip to content

Commit

Permalink
better default for live search result positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Aug 14, 2012
1 parent 133ac4f commit af40874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo_rapid/taglibs/plus/live_search.dryml
Expand Up @@ -23,7 +23,7 @@ All other attributes are merged into the form, so standard form attributes are s
</form>
<% panel_tag ||= 'dialog-box' %>
<% title = t("hobo.live_search.results_label", :default => "Search Results") %>
<call-tag tag="&panel_tag" position="&{:my => 'right top'}" width="&600" height="&800" id="search-results-box" with="&nil" title="&title" param="box">
<call-tag tag="&panel_tag" position="center" width="&600" height="&800" id="search-results-box" with="&nil" title="&title" param="box">
<do part="search-results-part">
<search-results/>
</do>
Expand Down

0 comments on commit af40874

Please sign in to comment.