Author: knguyen
Date: Mon Aug 20 12:35:11 2007
New Revision: 767

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D767&repname=
=3Dcorporate_portal_templates_v2
Log:
JAHIA-1080 : fix page title diff highlighting

Modified:
    trunk/src/jsp/common/pagetitle.jsp

Modified: trunk/src/jsp/common/pagetitle.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/common/=
pagetitle.jsp&rev=3D767&repname=3Dcorporate_portal_templates_v2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/jsp/common/pagetitle.jsp (original)
+++ trunk/src/jsp/common/pagetitle.jsp Mon Aug 20 12:35:11 2007
@@ -24,7 +24,7 @@
 <%@ taglib uri=3D"/WEB-INF/etc/struts/struts-logic" prefix=3D"logic" %>
 <logic:notEqual name=3D"currentPage" property=3D"homePage" value=3D"true">
 <h1>
-    <bean:write name=3D"currentPage" property=3D"title" filter=3D"false"/>
+    <bean:write name=3D"currentPage" property=3D"highLightDiffTitle" filte=
r=3D"false"/>
     <content:pagePropertiesURL id=3D"pagePropertiesURL" display=3D"false" =
/>
     <logic:present name=3D"pagePropertiesURL">
         <a href=3D"<bean:write name=3D'pagePropertiesURL'/>" title=3D"Upda=
te page title">

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to