From c68e233e5b6eeff44e37ecd3df1d66bc9c53ff3c Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sat, 23 Jul 2022 13:14:57 +0200 Subject: [PATCH] XHTML for create step of article in collected volume --- .../create-articleincollectedvolume.xhtml | 47 +++++++++++++++++++ .../ui/SciPublicationsBundle.properties | 2 + .../ui/SciPublicationsBundle_de.properties | 2 + 3 files changed, 51 insertions(+) create mode 100644 sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/articleincollectedvolume/create-articleincollectedvolume.xhtml diff --git a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/articleincollectedvolume/create-articleincollectedvolume.xhtml b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/articleincollectedvolume/create-articleincollectedvolume.xhtml new file mode 100644 index 0000000..3f5d739 --- /dev/null +++ b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/articleincollectedvolume/create-articleincollectedvolume.xhtml @@ -0,0 +1,47 @@ +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 c4a626d..0293a00 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 @@ -432,3 +432,5 @@ publicationpicker.column.action=Action articleincollectedvolumeitem.createstep.description=Create a new article in a collected volume. collectedvolume.createstep.description=Create a new collected volume. collectedvolume.createform.submit=Create collected volume +articleincollectedvolume.createform.submit=Create article in collected volume +articleincollectedvolume.createform.title=Create a new article in a collected volume 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 fd17747..d1a0a5d 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 @@ -432,3 +432,5 @@ publicationpicker.column.action=Aktion articleincollectedvolumeitem.createstep.description=Einen neuen Sammelbandartikel anlegen. collectedvolume.createstep.description=Einen neuen Sammelband anlegen. collectedvolume.createform.submit=Sammelband anlegen +articleincollectedvolume.createform.submit=Sammelbandartikel anlegen +articleincollectedvolume.createform.title=Einen neuen Sammelbandartikel anlegen