[CMF-checkins] CVS: CMF - join_form.pt:1.2
andrew@digicool.com
andrew@digicool.com
Thu, 21 Jun 2001 10:26:07 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDecor/skins/zpt_generic
In directory korak.digicool.com:/tmp/cvs-serv15581
Modified Files:
join_form.pt
Log Message:
*Fixed some zpt conditioning which was extreneous.
--- Updated File join_form.pt in package CMF --
--- join_form.pt 2001/06/20 21:50:21 1.1
+++ join_form.pt 2001/06/21 14:26:06 1.2
@@ -38,12 +38,7 @@
<input type="text"
name="username" size="30"
value=""
- tal:condition="request/username|nothing"
- tal:attributes="value request/username">
- <input type="text"
- name="username" size="30"
- value=""
- tal:condition="python: not(request.has_key('username'))">
+ tal:attributes="value request/username|nothing">
</td>
</tr>
<tr>
@@ -52,8 +47,7 @@
<td align="left" valign="top">
<input type="text" name="email" size="30"
value=""
- tal:condition="request/email|nothing"
- tal:attributes="value request/email">
+ tal:attributes="value request/email|nothing">
</td>
</tr>