Bugfixes for the authoring step of article in journal
parent
5f34d60d31
commit
f66d65db6e
|
|
@ -5,7 +5,7 @@
|
|||
xmlns:libreccm="http://xmlns.jcp.org/jsf/composite/components/libreccm"
|
||||
xmlns:librecms="http://xmlns.jcp.org/jsf/composite/components/librecms"
|
||||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
|
||||
<ui:composition template="/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-extented-properties.xhtml">
|
||||
<ui:composition template="/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-extended-properties.xhtml">
|
||||
|
||||
<ui:param name="authoringStep"
|
||||
value="#{mvc.basePath}/#{ContentSectionModel.sectionName}/documents/#{CmsSelectedDocumentModel.itemPath}/@articleincollectedvolume-extendedproperties" />
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
xmlns:libreccm="http://xmlns.jcp.org/jsf/composite/components/libreccm"
|
||||
xmlns:librecms="http://xmlns.jcp.org/jsf/composite/components/librecms"
|
||||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
|
||||
<ui:composition template="/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-extented-properties.xhtml">
|
||||
<ui:composition template="/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-extended-properties.xhtml">
|
||||
|
||||
<ui:param name="authoringStep"
|
||||
value="#{mvc.basePath}/#{ContentSectionModel.sectionName}/documents/#{CmsSelectedDocumentModel.itemPath}/@articleinjournal-extendedproperties" />
|
||||
|
|
|
|||
|
|
@ -565,3 +565,4 @@ articleinjournal.edit.journal.remove.message=Are you sure to remove this article
|
|||
expertiseitem.createstep.description=Create a new expertise publication.
|
||||
expertise.createform.submit=Create
|
||||
expertise.createform.title=Create a new Expertise
|
||||
articleinjournal.extendedproperties.header=Edit extended properties of article in journal {0}
|
||||
|
|
|
|||
|
|
@ -565,3 +565,4 @@ articleinjournal.edit.journal.remove.message=Sind Sie sicher dass, Sie diesen Be
|
|||
expertiseitem.createstep.description=Ein neues Gutachten anlegen.
|
||||
expertise.createform.submit=Anlegen
|
||||
expertise.createform.title=Neues Gutachten anlegen
|
||||
articleinjournal.extendedproperties.header=Erweiterte Eigenschaften des Zeitschriftenbeitrags {0} bearbeiten
|
||||
|
|
|
|||
Loading…
Reference in New Issue