From 28a7c0dffccc5f15c4ea64fda6e6f53c65918e5a Mon Sep 17 00:00:00 2001 From: "Stephen V. Williams" Date: Sat, 27 Apr 2013 16:11:44 -0600 Subject: [PATCH] * themes/wilma/i18n added copyright * ..footer.ftl fixed elements identified by ruby script --- themes/wilma/i18n/all.properties | 1 + themes/wilma/i18n/all_es.properties | 2 ++ themes/wilma/templates/footer.ftl | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index 7b3a01f9..bbdaa09d 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -10,6 +10,7 @@ menu_about = About menu_contactus = Contact Us menu_support = Support menu_version = Version +menu_copyright = copyright menu_logout = Log out menu_login = Log in diff --git a/themes/wilma/i18n/all_es.properties b/themes/wilma/i18n/all_es.properties index 314905e6..c73a79b0 100644 --- a/themes/wilma/i18n/all_es.properties +++ b/themes/wilma/i18n/all_es.properties @@ -11,6 +11,8 @@ menu_about = Respecto a menu_contactus = Contáctenos menu_support = Apoyar menu_version = Versión +menu_copyright = derechos de autor + menu_login = Iniciar la sesión menu_loginfull = Iniciar sesión para administrar este sitio diff --git a/themes/wilma/templates/footer.ftl b/themes/wilma/templates/footer.ftl index 7aa1ab03..50b01a94 100644 --- a/themes/wilma/templates/footer.ftl +++ b/themes/wilma/templates/footer.ftl @@ -7,7 +7,7 @@ <#if copyright??> ©${copyright.year?c} <#if copyright.url??> - ${copyright.text} + ${copyright.text} <#else> ${copyright.text} @@ -15,7 +15,7 @@ ${i18n().menu_powered} VIVO <#if user.hasRevisionInfoAccess> - | ${i18n().menu_version} ${version.label} + | ${i18n().menu_version} ${version.label}