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 2006/07/26 02:34:27 UTC

svn commit: r425568 - in /incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring: CommentManagement.jsp WeblogEntryManagement.jsp

Author: agilliland
Date: Tue Jul 25 17:34:26 2006
New Revision: 425568

URL: http://svn.apache.org/viewvc?rev=425568&view=rev
Log:
form urls the new way.


Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/CommentManagement.jsp
    incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/WeblogEntryManagement.jsp

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/CommentManagement.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/CommentManagement.jsp?rev=425568&r1=425567&r2=425568&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/CommentManagement.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/CommentManagement.jsp Tue Jul 25 17:34:26 2006
@@ -290,7 +290,7 @@
                         <td style="border: none; padding:0px;">
                             <fmt:message key="commentManagement.entryTitled" /></td>
                         <td class="details" style="border: none; padding:0px;">  
-                            <a href='<c:out value="${model.baseURL}" /><c:out value="${comment.weblogEntry.permaLink}" />'>
+                            <a href='<c:out value="${comment.weblogEntry.permalink}" />'>
                                <c:out value="${comment.weblogEntry.title}" /></a>
                         </td>
                     </tr>  

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/WeblogEntryManagement.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/WeblogEntryManagement.jsp?rev=425568&r1=425567&r2=425568&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/WeblogEntryManagement.jsp (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/jsps/authoring/WeblogEntryManagement.jsp Tue Jul 25 17:34:26 2006
@@ -168,7 +168,7 @@
                 
         <td>
             <c:if test='${post.status == "PUBLISHED"}'>
-                <a href='<c:out value="${model.baseURL}" /><c:out value="${post.permaLink}" />'>
+                <a href='<c:out value="${post.permalink}" />'>
                     <fmt:message key="weblogEntryQuery.view" />
                 </a>
             </c:if>