Ignore:
Timestamp:
Apr 13, 2011 1:55:55 PM (13 years ago)
Author:
kroman0
Message:

Merged changes from trunk and last fixes in templates

Location:
quintagroup.plonecomments/branches/jquery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/branches/jquery

    • Property svn:mergeinfo set to /quintagroup.plonecomments/trunk:2079-3099
  • quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/skins/quintagroup_plonecomments/report_abuse_form.cpt

    r2313 r3106  
    4949                    <div class="documentByLine" 
    5050                            tal:define="anonymous_creator python:reply.Creator()=='Anonymous User'"> 
    51                         <span i18n:translate="label_comment_by">Posted by</span> 
     51                        <span i18n:domain="quintagroup.plonecomments" 
     52                              i18n:translate="label_comment_by">Posted by</span> 
    5253                        <span tal:content="reply/Creator" 
    5354                                tal:condition="not:anonymous_creator">Poster Name</span> 
    5455                        <span i18n:translate="label_anonymous_user" 
    5556                                tal:condition="anonymous_creator">Anonymous User</span> 
    56                         <span i18n:translate="label_commented_at">at</span> 
     57                        <span i18n:domain="quintagroup.plonecomments" 
     58                              i18n:translate="label_commented_at">at</span> 
    5759                        <span tal:replace="python:toLocalizedTime(reply.ModificationDate(), 
    5860                                            long_format=1)">8/23/2001 12:40:44 PM</span> 
     
    7880                                comment_id context/id"> 
    7981                    <metal:macro define-macro="form" 
    80                             tal:define="isAjaxReportAbuseEnabled view/ajax_report_abuse_enabled|python:here.portal_properties.qPloneComments.enable_ajax_report_abuse; 
    81                                         visible show_form|request/show_form|nothing; 
     82                            tal:define="visible show_form|request/show_form|nothing; 
    8283                                        portal_url portal_url|view/portal_url; 
    8384                                        isAnon isAnon|context/@@plone_portal_state/anonymous; 
     
    114115                                            <div class="field" 
    115116                                                tal:define="error errors/creator|nothing" 
    116                                                 tal:attributes="class python:error and 'field error' or 'field'"> 
     117                                                tal:attributes="class python:error and 'field error' or 'field'" 
     118                                                i18n:domain="plone"> 
    117119                                                <label for="creator" i18n:translate="label_name"> 
    118120                                                    Name 
     
    166168                                            tal:attributes="class python:error and 'field error' or 'field'"> 
    167169                                            <label for="message" i18n:translate="label_message"> 
    168                                                 Description 
     170                                                Message 
    169171                                            </label> 
    170172                                            <span class="fieldRequired" title="Required" 
Note: See TracChangeset for help on using the changeset viewer.