changeset 130:0078abf001fc

show person primary alias name as deprecated.
author casties
date Thu, 02 Feb 2017 11:57:17 +0100
parents 42193ad7b28c
children 8ae989269f51
files src/main/webapp/entry/person.xhtml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/entry/person.xhtml	Wed Feb 01 19:55:06 2017 +0100
+++ b/src/main/webapp/entry/person.xhtml	Thu Feb 02 11:57:17 2017 +0100
@@ -46,7 +46,7 @@
 			<h:commandButton value="translit"
 					action="#{CurrentPerson.translitNameAction}" />
 			
-			<h:outputText value="Prime Alias" />
+			<h:outputText value="Prime Alias (deprecated)" />
 			<h:inputText
 				valueChangeListener="#{CurrentPerson.shortNameChangeListener}"
 				size="80" value="#{CurrentPerson.valueShortName}" />