Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login
In directory 
james.mmbase.org:/tmp/cvs-serv31655/portlets-login/src/webapp/WEB-INF/templates/view/login

Modified Files:
      Tag: b1_5
        register_success.jsp 
Log Message:
CMSC-1320 - Resource names should be in lowercase; empty forms and tables 
should go out too.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login
See also: http://www.mmbase.org/jira/browse/CMSC-1320


Index: register_success.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login/register_success.jsp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- register_success.jsp        14 Nov 2008 01:28:37 -0000      1.1.2.3
+++ register_success.jsp        16 Mar 2009 15:48:23 -0000      1.1.2.4
@@ -1,22 +1,10 @@
 <%...@include file="/WEB-INF/templates/portletglobals.jsp"%>
 <c:if test="${empty active}">
-<h3><fmt:message key="register.success" /></h3>
-<form name="<portlet:namespace />form" 
-      action="<cmsc:actionURL/>" 
-      method="post">
-<table>
-  <tr class="inputrow">
-    <td><fmt:message key="register.success.information" />
-    </td>
-  </tr>
-</table>
-</form>
+   <h3><fmt:message key="register.success" /></h3>
+   <p><fmt:message key="register.success.information" /></p>
 </c:if>
 <c:if test="${!empty active}">
-<br/>
-  <table>
-     <tr class="inputrow">
-       <td>
+   <p>
          <c:if test="${active == 'success'}">
          <fmt:message key="register.active.success" />
          </c:if>
@@ -26,7 +14,5 @@
          <c:if test="${active == 'actived'}">
          <fmt:message key="register.active.alreadyactivated" />
          </c:if>
-       </td>
-     </tr>
-   </table>
+   </p>
 </c:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to