Author: xlawrence
Date: Mon Oct 29 16:30:57 2007
New Revision: 831

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D831&repname=
=3Dcorporate_portal_templates_v2
Log:
fixed display problem for marked for deleted top menu pages

Modified:
    trunk/src/jsp/common/topmenu.inc

Modified: trunk/src/jsp/common/topmenu.inc
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/common/=
topmenu.inc&rev=3D831&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/topmenu.inc (original)
+++ trunk/src/jsp/common/topmenu.inc Mon Oct 29 16:30:57 2007
@@ -38,13 +38,11 @@
                 }
             %>>
                 <a class=3D"link" href=3D"<%=3DnavigationLink.getURL(jPara=
ms)%>">
-                <span class=3D"menuitem <% if (isEditMode && navigationLin=
k.getContentPage().isMarkedForDelete()) { %>markForDelete<% } %>">
                 <%if(navigationLink.getTitle()!=3Dnull && !navigationLink.=
getTitle().equals("")){%>
-                    <span><%=3DnavigationLink.getHighLightDiffTitle(jData.=
params())%></span>
+                    <span class=3D"<% if (isEditMode && navigationLink.get=
ContentPage().isMarkedForDelete()) { %>markForDelete<% } %>"><%=3Dnavigatio=
nLink.getHighLightDiffTitle(jData.params())%></span>
                     <% } else { %>
                     <span style=3D"color:red;"><content:resourceBundle res=
ourceBundle=3D"jahiatemplates.Corporate_portal_templates_v2" resourceName=
=3D"noTitle" defaultValue=3D"No title"/></span>
                     <% }%>
-                </span>
                 </a>
             <%
                 if (isEditMode) {

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

Reply via email to