added button text assign to template
This commit is contained in:
parent
245c73c4b9
commit
ab065973c3
2 changed files with 4 additions and 3 deletions
|
@ -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">
|
|
@ -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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue