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/07/22 21:34:57 UTC

svn commit: r224391 - /incubator/roller/trunk/web/website/edit-pages.jsp

Author: agilliland
Date: Fri Jul 22 12:34:54 2005
New Revision: 224391

URL: http://svn.apache.org/viewcvs?rev=224391&view=rev
Log:
added a message that reminds users that editing page templates won't affect their blog display *if* they are using a shared theme.

Modified:
    incubator/roller/trunk/web/website/edit-pages.jsp

Modified: incubator/roller/trunk/web/website/edit-pages.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/website/edit-pages.jsp?rev=224391&r1=224390&r2=224391&view=diff
==============================================================================
--- incubator/roller/trunk/web/website/edit-pages.jsp (original)
+++ incubator/roller/trunk/web/website/edit-pages.jsp Fri Jul 22 12:34:54 2005
@@ -1,8 +1,13 @@
-<%@ include file="/taglibs.jsp" %><%@ include file="/theme/header.jsp" %>
+<%@ include file="/taglibs.jsp" %><%@ include file="/theme/header.jsp" %><%
+request.setAttribute("customTheme", org.roller.pojos.Theme.CUSTOM); %>
 
 <roller:StatusMessage/>
 
 <h1><fmt:message key="pagesForm.title" /></h1>
+
+<c:if test="${website.editorTheme ne customTheme}">
+<p><fmt:message key="pagesForm.themesReminder"><fmt:param value="${website.editorTheme}"/></fmt:message></p>
+</c:if>
 
 <%-- table of pages --%>
 <table class="rollertable">