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

Modified Files:
      Tag: b1_6
        testinputform.jsp 
Log Message:
CMSC-743 - Improve code and usability.


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


Index: testinputform.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/testinputform.jsp,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -b -r1.5 -r1.5.4.1
--- testinputform.jsp   24 Jul 2008 09:04:16 -0000      1.5
+++ testinputform.jsp   27 Feb 2009 16:39:47 -0000      1.5.4.1
@@ -1,9 +1,8 @@
-<%...@page language="java" contentType="text/html;charset=utf-8"%>
-<%...@include file="../globals.jsp"%>
-<fmt:setBundle basename="newsletter" scope="request" />
-
+<%...@page language="java" contentType="text/html;charset=utf-8"
+%><%...@include file="../globals.jsp"
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <mm:content type="text/html" encoding="UTF-8" expires="0">
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<fmt:setBundle basename="newsletter" scope="request" />
 <html:html xhtml="true">
 <cmscedit:head title="testinput.title">
        <style type="text/css">
@@ -11,7 +10,6 @@
        </style>
    <script src="check.js" type="text/javascript"></script>
    <script language="javascript">
-
       function sendEmail() {
          var email = document.getElementById("email");
          if(!isEmail(email.value)) {
@@ -46,7 +44,7 @@
       <table>
          <tr>
             <td><fmt:message key="testinput.email"/></td>
-            <td><input type="text" name="email" id="email" /></td>
+            <td><input type="text" name="email" id="email" 
style="width:170px"/></td>
          </tr>
          <tr>
             <td><fmt:message key="testinput.mimetype"/></td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to