Ignore:
Timestamp:
Feb 3, 2010 4:12:48 PM (14 years ago)
Author:
kroman0
Message:

Fixed global variables in templates for Plone4, fixed some translation messages and preferences forms condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/discussion_reply_form.cpt

    r1505 r1631  
    1414<div metal:fill-slot="main" 
    1515     tal:define="errors options/state/getErrors; 
     16                 putils context/plone_utils; 
     17                 toLocalizedTime nocall:context/@@plone/toLocalizedTime; 
     18                 portal context/@@plone_portal_state/portal; 
     19                 here_url context/@@plone_context_state/object_url; 
     20                 current_page_url context/@@plone_context_state/current_page_url; 
     21                 isAnon context/@@plone_portal_state/anonymous; 
     22                 member context/@@plone_portal_state/member; 
     23                 template_id template/getId; 
    1624                 thread python:putils.getDiscussionThread(here); 
    1725                 discussable python:thread[0]; 
     
    105113                    <div class="formHelp" i18n:translate="help_name" 
    106114                         i18n:domain="quintagroup.plonecomments"> 
    107                         Tell us your name. 
     115                        Please enter your name. 
    108116                    </div> 
    109117 
     
    135143                    <div class="formHelp" i18n:translate="help_email" 
    136144                         i18n:domain="quintagroup.plonecomments"> 
    137                         Enter your e-mail address. 
     145                        Please enter your e-mail address. 
    138146                    </div> 
    139147 
     
    152160                    </dt> 
    153161                    <dd i18n:translate="legend_note_reply_anonymous"> 
    154                         You are not logged in. You may optionally enter your 
    155                         username and password below. If you don't enter anything, 
    156                         this comment will be posted as 'Anonymous User'. 
     162                        Note: you are not logged in. You may optionally enter your 
     163                        username and password below. If you don't enter your 
     164                        username and password below, this comment will be posted as 
     165                        the 'Anonymous User'. 
    157166                    </dd> 
    158167                </dl> 
Note: See TracChangeset for help on using the changeset viewer.