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

Modified Files:
      Tag: b1_5
        edit_newsletterpublication.xml load_newsletterpublication.xml 
Log Message:
CMSC-1143 Newsletter: add status field to Newsletter edition


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


Index: edit_newsletterpublication.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/config/newsletterpublication/edit_newsletterpublication.xml,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -b -r1.9.2.2 -r1.9.2.3
--- edit_newsletterpublication.xml      6 Nov 2008 16:56:37 -0000       1.9.2.2
+++ edit_newsletterpublication.xml      11 Nov 2008 09:26:46 -0000      1.9.2.3
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE form-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN" 
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd";>
 <form-schema id="edit_newsletterpublication">
-       <title xml:lang="nl">Nieuwsbriefeditie</title>
+       <title xml:lang="nl">Nieuwsbrief editie</title>
        <title xml:lang="en">Newsletter Edition</title>
        <title xml:lang="zh">邮件发布</title>
        <field name="title" dtmaxlength="40"  dtrequired="true">
@@ -25,11 +25,17 @@
                <prompt xml:lang="nl">Onderwerp</prompt>
                <prompt xml:lang="zh">主题</prompt>
        </field>
+   <field name="process_status"  ftype="data" >
+               <prompt xml:lang="en">Status</prompt>
+               <prompt xml:lang="nl">Status</prompt>
+               <prompt xml:lang="zh">Status</prompt>
+       </field>
        <field name="intro" dtmaxlength="1024" ftype="text" rows="3">
                <prompt xml:lang="en">Introduction</prompt>
                <prompt xml:lang="nl">Inleiding</prompt>
                <prompt xml:lang="zh">摘要</prompt>
        </field>
+
        <list include="config/layout/search_page_layoutrel_layout.xml" />
        <list include="config/images/search_page_namedrel_images.xml" />
    <list include="config/attachments/search_newsletter_posrel_attachments.xml" 
/>


Index: load_newsletterpublication.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/config/newsletterpublication/load_newsletterpublication.xml,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- load_newsletterpublication.xml      22 May 2008 10:35:34 -0000      1.7
+++ load_newsletterpublication.xml      11 Nov 2008 09:26:46 -0000      1.7.2.1
@@ -13,7 +13,7 @@
        <field name="description" />
        <field name="intro" />
        <field name="externalurl"/>
-
+       <field name="process_status"/>
        <relation destination="images" role="namedrel" />
    <relation destination="attachments" role="posrel" />
        <relation destination="layout" role="allowrel" />
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to