From 413863dcd1152597163dc980d1a9ba98021d0185 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sat, 23 Jul 2022 17:20:26 +0200 Subject: [PATCH] XTML for editing the extended properties of a collected volume. --- .../edit-extended-properties.xhtml | 33 +++++++++++++++++++ .../ui/SciPublicationsBundle.properties | 1 + .../ui/SciPublicationsBundle_de.properties | 1 + 3 files changed, 35 insertions(+) create mode 100644 sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/collectedvolume/edit-extended-properties.xhtml diff --git a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/collectedvolume/edit-extended-properties.xhtml b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/collectedvolume/edit-extended-properties.xhtml new file mode 100644 index 0000000..edaba95 --- /dev/null +++ b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/collectedvolume/edit-extended-properties.xhtml @@ -0,0 +1,33 @@ +]> + + + + + + + + + + + + + + + + + + + + + + + + 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 a461f99..3862fd6 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 @@ -446,3 +446,4 @@ collectedvolume.basicproperties.articles.actions.cancel=Cancel collectedvolume.basicproperties.articles.actions.remove.confirm=Remove article collectedvolume.basicproperties.articles.actions.remove.title=Confirm removal of article collectedvolume.basicproperties.articles.actions.remove.message=Are you sure to remove the article {1} from the collected volume {0}. +collectedvolume.extendedproperties.header=Edit extended properties of collected volume {0} 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 f2c18cb..f3e9a26 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 @@ -446,3 +446,4 @@ collectedvolume.basicproperties.articles.actions.cancel=Abbrechen collectedvolume.basicproperties.articles.actions.remove.confirm=Artikel entfernen collectedvolume.basicproperties.articles.actions.remove.title=Entfernen des Artikels best\u00e4tigen collectedvolume.basicproperties.articles.actions.remove.message=Sind Sie sicher dass Sie den Artikel {1} aus dem Sammelband {0} entfernen wollen? +collectedvolume.extendedproperties.header=Erweiterte Eigenschaften des Sammelbandes {0} bearbeiten