Skip to content

Commit

Permalink
Merge pull request pkp#943 from NateWr/i1397_restore_publisher
Browse files Browse the repository at this point in the history
pkp/pkp-lib#1397 Restore publisherInstitution field that was removed
  • Loading branch information
asmecher authored Jul 25, 2016
2 parents 687f30b + 08548b7 commit d508cb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function MastheadForm($wizardMode = false) {
'name' => 'string',
'acronym' => 'string',
'abbreviation' => 'string',
'publisherInstitution' => 'string',
'printIssn' => 'string',
'onlineIssn' => 'string',
'description' => 'string',
Expand Down
2 changes: 1 addition & 1 deletion locale/en_US/manager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
<message key="manager.setup.publicationScheduling">Publication Scheduling</message>
<message key="manager.setup.publicIdentifier">Identification of Journal Content</message>
<message key="manager.setup.publisher">Publisher</message>
<message key="manager.setup.publisherDescription">The name of the organization publishing the journal will appear in About the Journal.</message>
<message key="manager.setup.publisherDescription">The name of the organization publishing the journal may be included in metadata provided to third-party archival bodies.</message>
<message key="manager.setup.referenceLinking">Reference Linking</message>
<message key="manager.setup.refLinkInstructions.description">Layout Instructions for Reference Linking</message>
<message key="manager.setup.restrictArticleAccess">Users must be registered and log in to view open access content.</message>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
{/fbvFormSection}
{/fbvFormArea}

{fbvFormArea id="mastheadPublisher"}
{fbvFormSection label="manager.setup.publisher" for="publisherInstitution" description="manager.setup.publisherDescription"}
{fbvElement type="text" name="publisherInstitution" id="publisherInstitution" value=$publisherInstitution maxlength="255"}
{/fbvFormSection}
{/fbvFormArea}

{fbvFormArea id="mastheadISSNContainer"}
{fbvFormSection label="manager.setup.Issn" for="onlineIssn" description="manager.setup.issnDescription"}
{fbvElement type="text" name="onlineIssn" id="onlineIssn" value=$onlineIssn label="manager.setup.onlineIssn" size=$fbvStyles.size.SMALL inline=true}
Expand Down

0 comments on commit d508cb9

Please sign in to comment.