CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG.txt for Mail Editor for Drupal 7
mail_edit 7.x-1.x-dev:
Enhancement:
- #1999726 by salvis: Revert #1999726 because it's not working at all!
- #3005984 by somersoft: Enable hooks implementation to be placed in a separate file.
… |
mail_edit.admin.css |
mail_edit.admin.css |
|
#mail-edit-filter .mail-edit-filter {
margin-right: 3em;
float: left;
}
#mail-edit-filter #mail-edit-languages-selected-filter{
margin-left: 0;
}
#mail-edit-table {
clear: both;
}
#mail-edit-table .description {
line-height:… |
mail_edit.admin.inc |
mail_edit.admin.inc |
|
Administrative interface for the Mail Editor module. |
mail_edit.alter.inc |
mail_edit.alter.inc |
|
Implementation of hook_mail_alter() for the Mail Editor module. |
mail_edit.info |
mail_edit.info |
|
name = Mail Editor
description = Allows editing of e-mail templates.
core = 7.x
files[] = mail_edit.test
configure = admin/config/system/mail-edit |
mail_edit.install |
mail_edit.install |
|
Install, update and uninstall functions for the Mail Editor module. |
mail_edit.logintoboggan.inc |
modules/mail_edit.logintoboggan.inc |
|
A sample implementation of Mail Editor hooks for Logintoboggan module. |
mail_edit.module |
mail_edit.module |
|
Mail Editor module. |
mail_edit.test |
mail_edit.test |
|
Tests for the Mail Editor module. |
mail_edit.user.inc |
modules/mail_edit.user.inc |
|
A sample implementation of Mail Editor hooks for User core module. |
README.txt |
README.txt |
|
Mail Editor
===========
This module provides the ability to customize e-mail templates for mail sent
out using drupal_mail(). On multi-language sites it supports all available
languages.
Users with the 'Administer mail templates' and… |