You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/09/19 23:50:06 UTC

svn commit: r290284 - /beehive/trunk/samples/netui-samples/resources/template/template.jsp

Author: rich
Date: Mon Sep 19 14:49:59 2005
New Revision: 290284

URL: http://svn.apache.org/viewcvs?rev=290284&view=rev
Log:
This is a patch from Carlin Rogers to address http://issues.apache.org/jira/browse/BEEHIVE-924 : NETUI Sample: The "Samples Home" link inside Tree tag sample page load the sample home page into the sub frame

tests: (manual)


Modified:
    beehive/trunk/samples/netui-samples/resources/template/template.jsp

Modified: beehive/trunk/samples/netui-samples/resources/template/template.jsp
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/netui-samples/resources/template/template.jsp?rev=290284&r1=290283&r2=290284&view=diff
==============================================================================
--- beehive/trunk/samples/netui-samples/resources/template/template.jsp (original)
+++ beehive/trunk/samples/netui-samples/resources/template/template.jsp Mon Sep 19 14:49:59 2005
@@ -46,7 +46,7 @@
                 <table style="background-color:#FFE87C;width:100%;">
                   <tr>
                     <td>&nbsp;</td>
-                    <td style="text-align:right;"><a href="${pageContext.request.contextPath}">Samples Home</a></td>
+                    <td style="text-align:right;"><a href="${pageContext.request.contextPath}" target="_top">Samples Home</a></td>
                   </tr>
                 </table>
             </div>