end
if request.xhr? %>
<li class="<%= 'first' if first -%>">
- <a href="<%= ApplicationController.root_context -%>/resource/index/<%= @resource.key -%>?display_title=<%= display_title -%>" onclick="window.open(this.href,'resource','height=800,width=900,scrollbars=1,resizable=1');return false;"><%= message('new_window') -%></a>
+ <a href="<%= ApplicationController.root_context -%>/resource/index/<%= @resource.key -%>?display_title=true" onclick="window.open(this.href,'resource','height=800,width=900,scrollbars=1,resizable=1');return false;"><%= message('new_window') -%></a>
</li>
<% end %>
</ul>