Author: rpenate
Date: 2007-07-31 15:43:28 -0400 (Tue, 31 Jul 2007)
New Revision: 7899

Modified:
   opencore/trunk/opencore/nui/listen/mailinglist_view.pt
Log:
Styled error message

Modified: opencore/trunk/opencore/nui/listen/mailinglist_view.pt
===================================================================
--- opencore/trunk/opencore/nui/listen/mailinglist_view.pt      2007-07-31 
19:38:54 UTC (rev 7898)
+++ opencore/trunk/opencore/nui/listen/mailinglist_view.pt      2007-07-31 
19:43:28 UTC (rev 7899)
@@ -85,12 +85,12 @@
                 </div>
               </tal:member>
               <tal:anon tal:define="error errors/email_address|nothing"
-                       condition="python:isAnon and can_subscribe">
+                        condition="python:isAnon and can_subscribe">
                 <p id="subscription-satus" i18n:translate="">
                   To subscribe to the list enter your email in the field below.
                 </p>
                 <div 
-                  tal:attributes="class python:'oc-fieldBlock' + (error and ' 
error' or '')">
+                  tal:attributes="class python:'oc-form-fieldBlock' + (error 
and ' error' or '')">
                   <label for="email_address" 
i18n:translate="label_email">Email address:</label>
                   <!-- <span title="Required"
                     i18n:domain="plone" i18n:translate="label_required"
@@ -106,10 +106,8 @@
                     value="Subscribe Address"
                     i18n:attributes="value" />
                   </span>
+                  <span class="oc-discreetText" tal:condition="error" 
tal:content="error" i18n:translate="" />
                 </div>
-                <div tal:condition="error" tal:content="error" 
i18n:translate="">
-                    The Error
-                </div>
               </tal:anon>
               <tal:pending tal:condition="python: isPending">
               <h2>Subscription pending</h2>



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

Reply via email to