Changeset 497
- Timestamp:
- 08/25/06 06:50:51
- Files:
-
- qPloneComments/branches/plone-2.5/skins/qplonecomments/not_approved_comment_template.pt (added)
- qPloneComments/branches/plone-2.5/skins/qplonecomments/notify_comment_template.pt (modified) (1 diff)
- qPloneComments/branches/plone-2.5/skins/qplonecomments/prefs_comments_setup_form.cpt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/branches/plone-2.5/skins/qplonecomments/notify_comment_template.pt
r496 r497 6 6 >To: <tal:x replace="options/mto"/> 7 7 From: <tal:x replace="options/mfrom"/> 8 Subject: <tal:x condition="organization_name" replace="string:[$organization_name] "/>New comment awaits moderation8 Subject: Your comment on '<tal:x replace="obj/Title"/>' is now published 9 9 10 <tal:x define="obj nocall:options/obj">11 New comment added to page "<tal:x replace="obj/Title"/>" at: 12 <tal:x replace="obj/absolute_url"/> 13 </tal:x>10 <tal:x replace="options/name"/>, 11 12 Your comment on '<a href="" tal:attributes="href obj/absolute_url" tal:content="obj/Title"/>' has been 13 published. To see your comment, go to <tal:x replace="obj/Title"/> 14 14 15 15 -- qPloneComments/branches/plone-2.5/skins/qplonecomments/prefs_comments_setup_form.cpt
r496 r497 30 30 <div class="contentActions"> 31 31 32 </div> 32 </div> 33 33 <!-- End of tabs --> 34 34 <div class="documentContent" metal:define-slot="prefs_content">
