Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter
In directory james.mmbase.org:/tmp/cvs-serv29639/src/webapp/editors/newsletter

Modified Files:
      Tag: b1_5
        confirm_send.jsp 
Log Message:
CMSC-1178 Newsletter: add mechanism to use restrictions in the newsletter 
edition workflow


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter
See also: http://www.mmbase.org/jira/browse/CMSC-1178


Index: confirm_send.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/confirm_send.jsp,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- confirm_send.jsp    24 Jul 2008 09:04:16 -0000      1.2
+++ confirm_send.jsp    10 Dec 2008 09:48:41 -0000      1.2.2.1
@@ -20,6 +20,12 @@
        <p>
                <fmt:message key="confirm_send.subtitle" /> <mm:node 
referid="number"><b><mm:field name="title"/></b></mm:node>
        </p>
+   <c:if test="${not empty restriction}">
+      <p>
+         <fmt:message key="confirm_send.confirm" />
+      </p>
+   </c:if>
+   <c:if test="${empty restriction}">
        <p>
                <fmt:message key="confirm_send.confirm" />
        </p>
@@ -30,6 +36,7 @@
                <html:submit property="remove"><fmt:message 
key="confirm_send.yes"/></html:submit>&nbsp;
                <html:submit property="cancel"><fmt:message 
key="confirm_send.no"/></html:submit>
        </form>
+   </c:if>
 </cmscedit:sideblock>
 </body>
 </mm:cloud>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to