From 9db002dcdfdda4b28a739b88aca71707f016448b Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 2 Nov 2011 15:46:59 +0000 Subject: [PATCH] modifed option element formatting --- .../edit/forms/addRoleToPersonTwoStage.ftl | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl index ab4c8634..f0f9729a 100644 --- a/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl +++ b/productMods/templates/freemarker/edit/forms/addRoleToPersonTwoStage.ftl @@ -61,7 +61,8 @@ <#assign roleLabel = literalValues.roleLabel[0] /> - +<#assign requiredHint = " *" /> +<#assign yearHint = "(YYYY)" />

${titleVerb} ${roleDescriptor} entry for ${editConfiguration.subjectName}

@@ -86,7 +87,7 @@
-

+

@@ -114,7 +111,7 @@

- + disabled=${disabledVal} @@ -141,7 +138,7 @@

<#if showRoleLabelField = true> -

+

@@ -149,17 +146,17 @@ <#if numDateFields == 1 > <#--Generated html is a map with key name mapping to html string--> <#if htmlForElements?keys?seq_contains("startField")> - + ${htmlForElements["startField"]} <#else>

Years of Participation in ${roleDescriptor?capitalize}

<#if htmlForElements?keys?seq_contains("startField")> - + ${htmlForElements["startField"]} <#if htmlForElements?keys?seq_contains("endField")> - + ${htmlForElements["endField"]}