> Is it possible to change the format of the email notifications? Our > users would like to see the columns aligned differently to make them > easier to read. I saw a reference to ticket_notify_email.cs.... where > can I find that file?
You can find the .cs (clearsilver template) file in the templates/ directory. Nevertheless I don't think it could be of any interest for your request: column content is generated with Python code: see format_props() method in trac/ticket/notification.py Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
