From f0844317a41f47665d4167fefd37d146db0c9264 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 30 Oct 2013 11:57:45 -0400 Subject: [PATCH] VIVO-441: template and .properties updates --- languages/example/themes/wilma/i18n/all_es.properties | 2 ++ .../templates/freemarker/edit/forms/addFullNameToPerson.ftl | 4 ++-- themes/wilma/i18n/all.properties | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/languages/example/themes/wilma/i18n/all_es.properties b/languages/example/themes/wilma/i18n/all_es.properties index 08b3d617..4c8a0c26 100644 --- a/languages/example/themes/wilma/i18n/all_es.properties +++ b/languages/example/themes/wilma/i18n/all_es.properties @@ -869,3 +869,5 @@ edit_year_awarded = Editar año concede publication_date_for = fecha de publicación de create_publication_date = Crear fecha de publicación edit_publication_date = Editar fecha de publicación +name_prefix = Prefijo de nombre +name_suffix = Sufijo de nombre \ No newline at end of file diff --git a/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl b/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl index 3956993c..23a3f0ea 100644 --- a/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl +++ b/productMods/templates/freemarker/edit/forms/addFullNameToPerson.ftl @@ -65,13 +65,13 @@

- +

- +

diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index 4c6ffc75..cbcf635e 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -875,4 +875,5 @@ edit_year_awarded = Edit year awarded publication_date_for = publication date for create_publication_date = Create publication date edit_publication_date = Edit publication date - +name_prefix = Name Prefix +name_suffix = Name Suffix \ No newline at end of file