[CMF-checkins] CVS: CMF - join_form.pt:1.3
andrew@digicool.com
andrew@digicool.com
Thu, 28 Jun 2001 17:13:06 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDecor/skins/zpt_generic
In directory korak.digicool.com:/tmp/cvs-serv28198/skins/zpt_generic
Modified Files:
join_form.pt
Log Message:
*fixup of minor breakages with class names for message status.
--- Updated File join_form.pt in package CMF --
--- join_form.pt 2001/06/21 14:26:06 1.2
+++ join_form.pt 2001/06/28 21:13:06 1.3
@@ -19,9 +19,9 @@
<p> You must submit a valid email address. This address will be used to send you your randomly-generated password.
Once you have logged in with this password, you may change it to anything you like.</p>
</span>
-<div class="ErrorMessage"
- tal:replace="request/error"
- tal:condition="error|nothing"><hr>
+<div class="error"
+ tal:replace="request/error|nothing">
+ <hr>
</div>
<form action="register" method="POST">
@@ -67,7 +67,7 @@
</td>
</tr>
<tr>
- <th> Mail Password?
+ <th> Mail Password?
</th>
<td>
<input type="checkbox" name="mail_me" size="30" id="cb_mailme" />
@@ -85,9 +85,11 @@
</tr>
</table>
</form>
+
</div>
</div>
</div>
</div>
+
</body>
</html>