[gen] Removed the obsolete mail notification system.

This commit is contained in:
Gaetan Delannay 2014-10-28 17:48:54 +01:00
parent cc776dc2f0
commit 50544aaecf
5 changed files with 7 additions and 71 deletions

View file

@ -23,9 +23,6 @@ fallbacks = {'en': 'en-us en-ca',
# Default values for i18n labels whose ids are not fixed.
CONFIG = "Configuration panel for product '%s'"
EMAIL_SUBJECT = '${siteTitle} - Action \\"${transitionName}\\" has been ' \
'performed on element entitled \\"${objectTitle}\\".'
EMAIL_BODY = 'You can consult this element at ${objectUrl}.'
CONFIRM = 'Are you sure ?'
# ------------------------------------------------------------------------------