You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/12/13 22:00:35 UTC

svn commit: r356614 - /incubator/roller/trunk/web/website/YourWebsites.jsp

Author: agilliland
Date: Tue Dec 13 13:00:23 2005
New Revision: 356614

URL: http://svn.apache.org/viewcvs?rev=356614&view=rev
Log:
removing the "comments" link on the Main Menu page.


Modified:
    incubator/roller/trunk/web/website/YourWebsites.jsp

Modified: incubator/roller/trunk/web/website/YourWebsites.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/website/YourWebsites.jsp?rev=356614&r1=356613&r2=356614&view=diff
==============================================================================
--- incubator/roller/trunk/web/website/YourWebsites.jsp (original)
+++ incubator/roller/trunk/web/website/YourWebsites.jsp Tue Dec 13 13:00:23 2005
@@ -100,6 +100,7 @@
                            <fmt:message key="yourWebsites.editEntries" /></a> 
                        <br />
 
+                       <%-- // I'm not sure this link needs to be here
                        <c:url value="/editor/commentManagement.do" var="manageComments">
                            <c:param name="method" value="query" />
                            <c:param name="weblog" value="${perms.website.handle}" />
@@ -108,7 +109,8 @@
                        <a href='<c:out value="${manageComments}" />'>
                            <fmt:message key="yourWebsites.manageComments" /></a> 
                        <br />
-
+                       --%>
+                       
                        <c:if test="${perms.permissionMask == 3}">
                            <c:url value="/editor/website.do" var="manageWeblog">
                                <c:param name="method" value="edit" />