Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter
In directory
james.mmbase.org:/tmp/cvs-serv31437/portlets-newsletter/src/webapp/editors/newsletter
Modified Files:
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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testinputform.jsp 4 Mar 2009 10:06:21 -0000 1.7
+++ testinputform.jsp 27 Mar 2009 17:03:22 -0000 1.8
@@ -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">
@@ -20,7 +19,6 @@
</style>
<script src="check.js" type="text/javascript"></script>
<script language="javascript">
-
function sendEmail() {
var email = document.getElementById("email");
if(!isEmail(email.value)) {
@@ -56,7 +54,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