|
Lines 665-671
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 665 |
); |
665 |
); |
| 666 |
|
666 |
|
| 667 |
$email->addRecipient($userEmail, $userName); |
667 |
$email->addRecipient($userEmail, $userName); |
| 668 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
668 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 669 |
$email->assignParams($paramArray); |
669 |
$email->assignParams($paramArray); |
| 670 |
} |
670 |
} |
| 671 |
$returnUrl = $request->url(null, 'editor', 'assignBookForReviewAuthor', $bookId, array('returnPage' => $returnPage, 'userId' => $userId)); |
671 |
$returnUrl = $request->url(null, 'editor', 'assignBookForReviewAuthor', $bookId, array('returnPage' => $returnPage, 'userId' => $userId)); |
|
Lines 741-747
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 741 |
); |
741 |
); |
| 742 |
|
742 |
|
| 743 |
$email->addRecipient($userEmail, $userFullName); |
743 |
$email->addRecipient($userEmail, $userFullName); |
| 744 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
744 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 745 |
$email->assignParams($paramArray); |
745 |
$email->assignParams($paramArray); |
| 746 |
} |
746 |
} |
| 747 |
$returnUrl = $request->url(null, 'editor', 'denyBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |
747 |
$returnUrl = $request->url(null, 'editor', 'denyBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |
|
Lines 828-834
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 828 |
); |
828 |
); |
| 829 |
|
829 |
|
| 830 |
$email->addRecipient($userEmail, $userFullName); |
830 |
$email->addRecipient($userEmail, $userFullName); |
| 831 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
831 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 832 |
$email->assignParams($paramArray); |
832 |
$email->assignParams($paramArray); |
| 833 |
} |
833 |
} |
| 834 |
$returnUrl = $request->url(null, 'editor', 'notifyBookForReviewMailed', $bookId, array('returnPage' => $returnPage)); |
834 |
$returnUrl = $request->url(null, 'editor', 'notifyBookForReviewMailed', $bookId, array('returnPage' => $returnPage)); |
|
Lines 908-914
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 908 |
); |
908 |
); |
| 909 |
|
909 |
|
| 910 |
$email->addRecipient($userEmail, $userFullName); |
910 |
$email->addRecipient($userEmail, $userFullName); |
| 911 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
911 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 912 |
$email->assignParams($paramArray); |
912 |
$email->assignParams($paramArray); |
| 913 |
} |
913 |
} |
| 914 |
$returnUrl = $request->url(null, 'editor', 'removeBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |
914 |
$returnUrl = $request->url(null, 'editor', 'removeBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |