|
Lines 662-668
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 662 |
); |
662 |
); |
| 663 |
|
663 |
|
| 664 |
$email->addRecipient($userEmail, $userName); |
664 |
$email->addRecipient($userEmail, $userName); |
| 665 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
665 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 666 |
$email->assignParams($paramArray); |
666 |
$email->assignParams($paramArray); |
| 667 |
} |
667 |
} |
| 668 |
$returnUrl = $request->url(null, 'editor', 'assignBookForReviewAuthor', $bookId, array('returnPage' => $returnPage, 'userId' => $userId)); |
668 |
$returnUrl = $request->url(null, 'editor', 'assignBookForReviewAuthor', $bookId, array('returnPage' => $returnPage, 'userId' => $userId)); |
|
Lines 737-743
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 737 |
); |
737 |
); |
| 738 |
|
738 |
|
| 739 |
$email->addRecipient($userEmail, $userFullName); |
739 |
$email->addRecipient($userEmail, $userFullName); |
| 740 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
740 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 741 |
$email->assignParams($paramArray); |
741 |
$email->assignParams($paramArray); |
| 742 |
} |
742 |
} |
| 743 |
$returnUrl = $request->url(null, 'editor', 'denyBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |
743 |
$returnUrl = $request->url(null, 'editor', 'denyBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |
|
Lines 823-829
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 823 |
); |
823 |
); |
| 824 |
|
824 |
|
| 825 |
$email->addRecipient($userEmail, $userFullName); |
825 |
$email->addRecipient($userEmail, $userFullName); |
| 826 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
826 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 827 |
$email->assignParams($paramArray); |
827 |
$email->assignParams($paramArray); |
| 828 |
} |
828 |
} |
| 829 |
$returnUrl = $request->url(null, 'editor', 'notifyBookForReviewMailed', $bookId, array('returnPage' => $returnPage)); |
829 |
$returnUrl = $request->url(null, 'editor', 'notifyBookForReviewMailed', $bookId, array('returnPage' => $returnPage)); |
|
Lines 902-908
class BooksForReviewEditorHandler extends Handler {
|
Link Here
|
|---|
|
| 902 |
); |
902 |
); |
| 903 |
|
903 |
|
| 904 |
$email->addRecipient($userEmail, $userFullName); |
904 |
$email->addRecipient($userEmail, $userFullName); |
| 905 |
$email->setFrom($book->getEditorEmail(), $book->getEditorFullName()); |
905 |
$email->setReplyTo($book->getEditorEmail(), $book->getEditorFullName()); |
| 906 |
$email->assignParams($paramArray); |
906 |
$email->assignParams($paramArray); |
| 907 |
} |
907 |
} |
| 908 |
$returnUrl = $request->url(null, 'editor', 'removeBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |
908 |
$returnUrl = $request->url(null, 'editor', 'removeBookForReviewAuthor', $bookId, array('returnPage' => $returnPage)); |