type select cannot be editable for these custom forms

This commit is contained in:
tworrall 2012-06-13 21:19:27 +00:00
parent b731dc2675
commit c979a5c131
3 changed files with 0 additions and 3 deletions

View file

@ -21,7 +21,6 @@ roleExamples-->
<#assign roleDescriptor = "leadership" /> <#assign roleDescriptor = "leadership" />
<#assign typeSelectorLabel = "organization type" /> <#assign typeSelectorLabel = "organization type" />
<#assign buttonText = "Leadership Role" /> <#assign buttonText = "Leadership Role" />
<#assign roleActivityVClass = "organizations" />
<#--Each of the two stage forms will include the form below--> <#--Each of the two stage forms will include the form below-->
<#include "addRoleToPersonTwoStage.ftl"> <#include "addRoleToPersonTwoStage.ftl">

View file

@ -20,7 +20,6 @@ roleExamples-->
<#--Variable assignments for Add Clinical Role To Person--> <#--Variable assignments for Add Clinical Role To Person-->
<#assign roleDescriptor = "outreach & community service" /> <#assign roleDescriptor = "outreach & community service" />
<#assign typeSelectorLabel = "outreach & community service in" /> <#assign typeSelectorLabel = "outreach & community service in" />
<#assign roleActivityVClass = "organizations" />
<#--Each of the two stage forms will include the form below--> <#--Each of the two stage forms will include the form below-->

View file

@ -21,7 +21,6 @@ roleExamples-->
<#assign roleDescriptor = "service to the profession" /> <#assign roleDescriptor = "service to the profession" />
<#assign typeSelectorLabel = "service to the profession in" /> <#assign typeSelectorLabel = "service to the profession in" />
<#assign buttonText = "Service Provider Role" /> <#assign buttonText = "Service Provider Role" />
<#assign roleActivityVClass = "organizations" />
<#--Each of the two stage forms will include the form below--> <#--Each of the two stage forms will include the form below-->