<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to make the search panel more visible? How to move it? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275657#M228787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, what files need to be modified to move/copy the top-right search panel right above the dashboard? It would then be right below the titlebar and next to the navigator panel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I'm not talking about the OpenSearch component that can be added into the dashboard, because I want also the search options menu there.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just can't figure what *.jsp should I edit. I tried to modify dashboard.jsp and even browse.jsp, but these don't seem to reflect the changes I made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Modifying titlebar.jsp does work though, so I can hide/remove the search panel from the title-bar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;move&lt;/STRONG&gt;&lt;SPAN&gt; the search panel from the titlebar it will be missing in other views, so that is not ideal solution. Therefore I should probably &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;copy&lt;/STRONG&gt;&lt;SPAN&gt; it into its new place. Then there will be two in the default view, but as long as they both work it doesn't matter to our users that much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The search panel gets just way too little attention in the default view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; J. Záruba&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 17:40:48 GMT</pubDate>
    <dc:creator>jzaruba</dc:creator>
    <dc:date>2011-03-22T17:40:48Z</dc:date>
    <item>
      <title>How to make the search panel more visible? How to move it?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275657#M228787</link>
      <description>HelloPlease, what files need to be modified to move/copy the top-right search panel right above the dashboard? It would then be right below the titlebar and next to the navigator panel.(I'm not talking about the OpenSearch component that can be added into the dashboard, because I want also the searc</description>
      <pubDate>Tue, 22 Mar 2011 17:40:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275657#M228787</guid>
      <dc:creator>jzaruba</dc:creator>
      <dc:date>2011-03-22T17:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the search panel more visible? How to move it?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275658#M228788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jzaruba,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try to make change in navigator.jsp palced in location sidebar/navigator.jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Below are the highlighted changes you can make:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;r:navigator id="navigator" activeArea="#{NavigationBean.toolbarLocation}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;lt;td&amp;gt;&lt;BR /&gt;&amp;lt;table cellspacing="0" cellpadding="0" width="100%"&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;lt;td&amp;gt;&amp;lt;img src="&amp;lt;%=request.getContextPath()%&amp;gt;/images/parts/searchbar_begin.gif" width="6" height="31" alt=""/&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;td style="width:100%; background-image: url(&amp;lt;%=request.getContextPath()%&amp;gt;/images/parts/searchbar_bg.gif);"&amp;gt;&lt;BR /&gt;&amp;lt;r:simpleSearch id="search" actionListener="#{BrowseBean.search}" /&amp;gt;&lt;BR /&gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;td&amp;gt;&amp;lt;img src="&amp;lt;%=request.getContextPath()%&amp;gt;/images/parts/searchbar_end.gif" width="6" height="31" alt=""/&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 07:01:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275658#M228788</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2011-03-23T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the search panel more visible? How to move it?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275659#M228789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Amita, now when I'm more thinking of it the Sidebar might actually be a better place for the search input. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Navigator accepts only the &amp;lt;r:simpleSearch/&amp;gt; tag, it throws the rest (table markup) outside itself in the DOM, but that's OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(To modify the simpleSearch resulting markup one needs to modify org.alfresco.web.ui.repo.component.UISimpleSearch.java.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S.: Can I click a 'thank you' anywhere?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 06:05:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-make-the-search-panel-more-visible-how-to-move-it/m-p/275659#M228789</guid>
      <dc:creator>jzaruba</dc:creator>
      <dc:date>2011-03-24T06:05:20Z</dc:date>
    </item>
  </channel>
</rss>

