diff --git a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-with-publisher.xhtml b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-with-publisher.xhtml new file mode 100644 index 0000000..1f1821a --- /dev/null +++ b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication-with-publisher.xhtml @@ -0,0 +1,18 @@ +]> + + + + + + + + + + + + + \ No newline at end of file diff --git a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication.xhtml b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication.xhtml new file mode 100644 index 0000000..a9c230b --- /dev/null +++ b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/edit-publication.xhtml @@ -0,0 +1,92 @@ +]> + + + + + +

#{authoringStepTitle}

+ +

#{SciPublicationsUiMessageBundle['basicproperties.name.header']}

+
+
#{SciCmsPublicationPropertiesStepModel.name}
+ + + +
+ + + + + + + + + + + + + + + + +
+ +
+ + diff --git a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/monograph/edit-monograph.xhtml b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/monograph/edit-monograph.xhtml new file mode 100644 index 0000000..b1e4997 --- /dev/null +++ b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/monograph/edit-monograph.xhtml @@ -0,0 +1,24 @@ +]> + + + + + + + + + + + + + + + + + diff --git a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties index 4f83bc3..5ef4185 100644 --- a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties +++ b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties @@ -274,3 +274,11 @@ createform.workflow.help=The workflow to use for the new publication item. createform.workflow.label=Workflow createform.cancel=Cancel monograph.createform.submit=Create monograph +monograph.basicproperties.header=Edit properties of monograph {0} +basicproperties.name.header=Basic properties +basicproperties.name.edit=Edit name of the publication item +basicproperties.name.edit.title=Edit name of publication item +basicproperties.name.help=The name (URL fragment) of the publication item. Can only contain the letters a to z, A to Z, numbers, the dash ("-") and the underscore ("_"). +basicproperties.name.label=Name +basicproperties.name.edit.close=Cancel +basicproperties.name.edit.submit=Save diff --git a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties index ffe9bd7..4a15c8c 100644 --- a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties +++ b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties @@ -274,3 +274,11 @@ createform.workflow.help=Der Arbeitsablauf, der f\u00fcr das neuen Publikations- createform.workflow.label=Arbeitsablauf createform.cancel=Abbrechen monograph.createform.submit=Monographie anlegen +monograph.basicproperties.header=Eigenschaften der Monographie {0} bearbeiten +basicproperties.name.header=Basiseigenschaften +basicproperties.name.edit=Name des Publikationsitem bearbeiten +basicproperties.name.edit.title=Name des Publikationsitems bearbeiten +basicproperties.name.help=Der Name (URL-Fragment) des Publikations-Items. Darf nur die Buchstaben A bis Z und a bis z, Zahlen, den Bindestrich ("-") und den Unterstrich ("_") enthalten. +basicproperties.name.label=Name +basicproperties.name.edit.close=Abbrechen +basicproperties.name.edit.submit=Speichern