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

Modified Files:
      Tag: b1_5
        showNewsletters.jsp 
Log Message:
CMSC-1376 - Newsletter portlet and the Login portlet does not use good HTML 
standards


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-1376


Index: showNewsletters.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/showNewsletters.jsp,v
retrieving revision 1.17.2.4
retrieving revision 1.17.2.5
diff -u -b -r1.17.2.4 -r1.17.2.5
--- showNewsletters.jsp 6 Nov 2008 10:46:33 -0000       1.17.2.4
+++ showNewsletters.jsp 8 Apr 2009 15:08:51 -0000       1.17.2.5
@@ -69,7 +69,7 @@
 
       <div class="editor">
          <div class="body">
-            <html:form method="POST" 
action="/editors/newsletter/NewsletterStatistic">
+            <html:form method="post" 
action="/editors/newsletter/NewsletterStatistic">
                <table border="0">
                   <tbody>
                   <tr>
@@ -86,9 +86,8 @@
                      <td> <fmt:message key="newsletterlog.from" /> </td>
                      <td nowrap>
                         <html:text property="startDate" styleId="f_date_b" 
style="width:150px" />
-                        <img src="<cmsc:staticurl 
page='/editors/editwizards_new/media/datepicker/calendar.gif'/>" 
id="f_trigger_b" class="img">
+                        <img src="<cmsc:staticurl 
page='/editors/editwizards_new/media/datepicker/calendar.gif'/>" 
id="f_trigger_b" class="img"/>
                            
-                        </input>
                         <script type="text/javascript">
                            Calendar.setup({
                               inputField     :    "f_date_b",      // id of 
the input field
@@ -101,9 +100,8 @@
                      <td> <fmt:message key="newsletterlog.to" /> </td>
                      <td nowrap>
                         <html:text property="endDate" styleId="f_date_be" 
style="width:150px" />
-                        <img src="<cmsc:staticurl 
page='/editors/editwizards_new/media/datepicker/calendar.gif'/>" 
id="f_trigger_be" class="img">
+                        <img src="<cmsc:staticurl 
page='/editors/editwizards_new/media/datepicker/calendar.gif'/>" 
id="f_trigger_be" class="img"/>
                            
-                        </input>
                         <script type="text/javascript">
                            Calendar.setup({
                               inputField     :    "f_date_be",      // id of 
the input field
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to