[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - login_slot.pt:1.2

Brian Lloyd brian at zope.com
Fri Jul 18 14:38:47 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv12853

Modified Files:
	login_slot.pt 
Log Message:
simplify login form fix

=== Products/ZopeOrg-NV/skins/nzo/login_slot.pt 1.1 => 1.2 ===
                 </a>
             </div>
 
-            <div class="content odd"
-                tal:define="
-actions python:here.portal_actions.listFilteredActionsFor(here);
-join python:actions and [a['url'] for a in actions.get('user', []) if a['id']=='join']"
-                tal:condition="python:test(join and hasattr(here,'portal_registration') and here.portal_membership.checkPermission('Add portal member', here), 1, 0)">
-          
-                <a href="" tal:attributes="href python:join.pop()">
+            <div class="content odd">          
+                <a href=""
+                 tal:attributes="href string:$portal_url/portal_form/join_form">
                     <img tal:replace="structure here/linkTransparent.gif" />
                     <span tal:omit-tag="" i18n:translate="box_new_user_option">New user?</span>
                 </a>





More information about the zopeorg-checkins mailing list