Author: rmarianski
Date: 2007-11-26 14:31:26 -0500 (Mon, 26 Nov 2007)
New Revision: 11250

Modified:
   opencore/trunk/opencore/browser/topnav/mystuff-menu.pt
Log:
condition belongs on span and not on link (otherwise account link disappears)

Modified: opencore/trunk/opencore/browser/topnav/mystuff-menu.pt
===================================================================
--- opencore/trunk/opencore/browser/topnav/mystuff-menu.pt      2007-11-26 
19:25:12 UTC (rev 11249)
+++ opencore/trunk/opencore/browser/topnav/mystuff-menu.pt      2007-11-26 
19:31:26 UTC (rev 11250)
@@ -16,11 +16,11 @@
                    has_msgs python:msgs > 0;
                    msgs_str python:msgs != 1 and 'messages' or 'message';
                    "
-       tal:condition="has_msgs"
        tal:attributes="href string:${memfolder_url}/account"
        >
        Account
        <span class="oc-mystuff-messagecount"
+             tal:condition="has_msgs"
              tal:content="string:(${msgs} ${msgs_str})" />
     </a>
   </li>



--
Archive: 
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/11/1196105487507
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to