Changeset 1049 in products


Ignore:
Timestamp:
Apr 24, 2009 2:34:08 PM (15 years ago)
Author:
liebster
Message:

Fix links in the email messages.

Location:
qPloneComments/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • qPloneComments/trunk/HISTORY.txt

    r844 r1049  
    55------------------ 
    66 
    7 - Nothing changed yet. 
     7- Fixed links in the email messages. 
     8  [liebster] 
    89 
    910 
  • qPloneComments/trunk/skins/qplonecomments/notify_comment_template.pt

    r81 r1049  
    99<tal:notify define="obj nocall:options/obj"  
    1010       i18n:translate="notifycomment_link"> 
    11        Your comment on '<tal:x replace="obj/absolute_url" i18n:name="url"/>' has been 
     11       Your comment on <tal:x replace="obj/absolute_url" i18n:name="url"/> has been 
    1212published. To see your comment, go to <tal:x replace="obj/absolute_url" i18n:name="url"/> 
    1313</tal:notify> 
  • qPloneComments/trunk/skins/qplonecomments/rejected_comment_template.pt

    r81 r1049  
    1010<tal:notify define="obj nocall:options/obj"  
    1111       i18n:translate="notifyreject_link"> 
    12        Your comment on '<tal:x replace="obj/absolute_url" i18n:name="url"/>' did not receive 
     12       Your comment on <tal:x replace="obj/absolute_url" i18n:name="url"/> did not receive 
    1313approval. Please direct any questions or concerns to <tal:x replace="options/mfrom" i18n:name="mfrom"/>. 
    1414</tal:notify> 
  • qPloneComments/trunk/skins/qplonecomments/reply_notify_template.pt

    r81 r1049  
    88<tal:notify define="obj nocall:options/obj"  
    99       i18n:translate="replynotify_link"> 
    10        Someone replied to your comment '<tal:x replace="obj/absolute_url" i18n:name="url"/>' on '<tal:x replace="here/absolute_url" i18n:name="here_url"/>'. To read the response, go to '<tal:x replace="obj/absolute_url" i18n:name="url"/>'. 
     10       Someone replied to your comment <tal:x replace="obj/absolute_url" i18n:name="url"/> on <tal:x replace="here/absolute_url" i18n:name="here_url"/>. To read the response, go to <tal:x replace="obj/absolute_url" i18n:name="url"/>. 
    1111</tal:notify> 
    1212 
Note: See TracChangeset for help on using the changeset viewer.