<?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 Re: [solved] problem with customized titlebar.jsp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214142#M167272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;td style="width:100%;"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table cellspacing="0" cellpadding="0" width="100%"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td style="padding-right:4px;"&amp;gt;&amp;lt;a:actionLink id="about_alfresco" image="/images/logo/AlfrescoLogo32.png" value="#{msg.title_about}" tooltip="#{msg.title_about}" showLink="false" action="dialog:aboutDialog" /&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;edit this part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: you do not have to restart server when y ou change jsp, just refresh (crtl + R) . you will get this faster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 09:05:05 GMT</pubDate>
    <dc:creator>savic_prvoslav</dc:creator>
    <dc:date>2010-08-27T09:05:05Z</dc:date>
    <item>
      <title>[solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214135#M167265</link>
      <description>Hi : )I made some changes to the file /alfresco/jsp/parts/titlebar.jsp to remove the list of links (company home / my alfresco / guest home …) because I don't need it. I replaced the original file with my custom titlebar.jsp and restarded Alfresco. The modification does work on almost every pages bu</description>
      <pubDate>Wed, 25 Aug 2010 15:16:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214135#M167265</guid>
      <dc:creator>ethan</dc:creator>
      <dc:date>2010-08-25T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214136#M167266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, if you want to change some of hard coded jsp's you must change it where it is so, if you want to change /jsp/parts/titlebar.jsp you change the file, also you must keep war file in consistent state ( change file in it too if you are running in tomcat).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dialog container should always work if you are doing this right. because of jsp/dialog/container.jsp has line &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;td colspan="2"&amp;gt;&amp;lt;%@ include file="../parts/titlebar.jsp"%&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; where it uses jsp include to include file. also may be that tomcat is using temp data, so delete this first, and delete alfresco dir in tomcat webapp , so new one will be created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: you should see what I have done with title bar &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; , anyway this works and you should get it in no time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 08:32:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214136#M167266</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-08-26T08:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214137#M167267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &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;I modified my ant script to include my custom titlebar.jsp in the alfresco war. I deleted the alfresco folder and replaced the original war by the one I modified and then I deleted the alfresco folder in the tomcat temp folder. I also deleted the cache of my browser (Firefox) and started alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The war is deployed and I checked the titlebar.jsp inside the /jsp/parts/ folder to see if it was the right file (with the modification) and it was ! But the problem is still here &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; The supposedly part (with the links) still appear when I'm on the Details page : (&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps: I agree to see what you have done with titlebar but you don't provide any link ? : o&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:32:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214137#M167267</guid>
      <dc:creator>ethan</dc:creator>
      <dc:date>2010-08-26T13:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214138#M167268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;why do not you send title bar .jsp code to see.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and image where you tell me what is wrong, and I will provide you with the code or pointer to how to do this..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:36:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214138#M167268</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-08-26T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214139#M167269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the &lt;/SPAN&gt;&lt;A href="http://cid-f705f10ea3a5b371.office.live.com/self.aspx/Public/titlebar.jsp" rel="nofollow noopener noreferrer"&gt;link to download&lt;/A&gt;&lt;SPAN&gt; the titlebar.jsp file.&amp;nbsp; (I uploaded it on a Windows Live skydrive account because I don't have any ftp access at hand.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is the UI which should be displayed each time : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://img251.imageshack.us/i/alfrescowebclient1.png/" rel="nofollow noopener noreferrer"&gt;[img]http://img251.imageshack.us/img251/3783/alfrescowebclient1.th.png[/img]&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And this is the way it is displayed on the Details page :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://img153.imageshack.us/i/alfrescowebclient2.png/" rel="nofollow noopener noreferrer"&gt;[img]http://img153.imageshack.us/img153/6315/alfrescowebclient2.th.png[/img]&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help : )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 14:20:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214139#M167269</guid>
      <dc:creator>ethan</dc:creator>
      <dc:date>2010-08-26T14:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214140#M167270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that is because you made a mistake, this is html organization problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; use ff and fire bug, you will fix this in 5 min tops, it is easier for you to do this this way than for me to solve html problem. &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:22:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214140#M167270</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-08-26T17:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214141#M167271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by html organization problem? I used firebug to look a the html code. I see that the html code for the link menu is still there but it shouldn't be because the container.jsp load the correct ../parts/titlebar.jsp file. Obviously I'm missing something but I don't know what &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 08:49:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214141#M167271</guid>
      <dc:creator>ethan</dc:creator>
      <dc:date>2010-08-27T08:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214142#M167272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;td style="width:100%;"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table cellspacing="0" cellpadding="0" width="100%"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td style="padding-right:4px;"&amp;gt;&amp;lt;a:actionLink id="about_alfresco" image="/images/logo/AlfrescoLogo32.png" value="#{msg.title_about}" tooltip="#{msg.title_about}" showLink="false" action="dialog:aboutDialog" /&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;edit this part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: you do not have to restart server when y ou change jsp, just refresh (crtl + R) . you will get this faster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 09:05:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214142#M167272</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-08-27T09:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: [solved] problem with customized titlebar.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214143#M167273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok you were right. I deleted this part and it removed the link menu but I don't understand why&amp;nbsp; :?: I mean this part of the code was just supposed to display the alfresco logo on the left side of the titlebar. Where did the menu link code come from ? : o&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, thank you for your time and help &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 09:20:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-problem-with-customized-titlebar-jsp/m-p/214143#M167273</guid>
      <dc:creator>ethan</dc:creator>
      <dc:date>2010-08-27T09:20:18Z</dc:date>
    </item>
  </channel>
</rss>

