Skip to content

Commit

Permalink
*8891* App code port
Browse files Browse the repository at this point in the history
  • Loading branch information
beghelli committed May 4, 2015
1 parent 6cf34f9 commit 418696e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
28 changes: 28 additions & 0 deletions classes/notification/form/NotificationSettingsForm.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php

/**
* @file classes/notification/form/NotificationSettingsForm.inc.php
*
* Copyright (c) 2014-2015 Simon Fraser University Library
* Copyright (c) 2003-2015 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* @class NotificationSettingsForm
* @ingroup notification_form
*
* @brief Form to edit notification settings.
*/


import('lib.pkp.classes.notification.form.PKPNotificationSettingsForm');

class NotificationSettingsForm extends PKPNotificationSettingsForm {
/**
* Constructor.
*/
function NotificationSettingsForm() {
parent::PKPNotificationSettingsForm();
}
}

?>
3 changes: 1 addition & 2 deletions locale/en_US/locale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,12 +1103,11 @@ Validation may fail on search URLs that require posted form data.]]></message>

<message key="notification.type.articleSubmitted">A new article, "{$title}", has been submitted.</message>
<message key="notification.type.editing">Editing Events</message>
<message key="notification.type.submissionSubmitted">A new article, "{$title}," has been submitted.</message>
<message key="notification.type.editorDecisionComment">A comment has been left on the editor decision for "{$title}."</message>
<message key="notification.type.galleyModified">A galley has been modified for "{$title}."</message>
<message key="notification.type.issuePublished">An issue has been published.</message>
<message key="notification.type.metadataModified">"{$title}'s" metadata has been modified.</message>
<message key="notification.type.newAnnouncement">A new announcement has been created.</message>
<message key="notification.type.reviewerComment">A reviewer has commented on "{$title}."</message>
<message key="notification.type.reviewerFormComment">A review form review has been submitted for "{$title}."</message>
<message key="notification.type.reviewing">Reviewing Events</message>
<message key="notification.type.site">Site Events</message>
Expand Down

0 comments on commit 418696e

Please sign in to comment.