Comment 2 for bug 1385412

Revision history for this message
Dirk Meyer (dirk-meyer-q) wrote : Re: Adding 'Send message' to inbox and outbox would be nice

htdocs/artefact/multirecipientnotification/inbox.php

line 294:
$pages[2]["url"] = "artefact/multirecipientnotification/sendmessage.php";
$pages[2]["title"] = get_string('sendmessageto', 'artefact.multirecipientnotification');

htdocs/artefact/multirecipientnotification/outbox.php

line 250:
$pages[2]["url"] = "artefact/multirecipientnotification/sendmessage.php";
$pages[2]["title"] = get_string('sendmessageto', 'artefact.multirecipientnotification');