added button text assign to template

This commit is contained in:
tworrall 2011-12-08 21:35:09 +00:00
parent 245c73c4b9
commit ab065973c3
2 changed files with 4 additions and 3 deletions

View file

@ -18,9 +18,9 @@ roleExamples-->
<#--Variable assignments for Add Clinical Role To Person-->
<#assign roleDescriptor = "head of" />
<#assign typeSelectorLabel = "head of" />
<#assign roleDescriptor = "leadership" />
<#assign typeSelectorLabel = "organization type" />
<#assign buttonText = "Leadership Role" />
<#--Each of the two stage forms will include the form below-->
<#include "addRoleToPersonTwoStage.ftl">

View file

@ -20,6 +20,7 @@ roleExamples-->
<#--Variable assignments for Add Clinical Role To Person-->
<#assign roleDescriptor = "service to the profession" />
<#assign typeSelectorLabel = "service to the profession in" />
<#assign buttonText = "Service Provider Role" />
<#--Each of the two stage forms will include the form below-->