updated so role examples use correct css class
This commit is contained in:
parent
86e31c4225
commit
60c6dcd060
3 changed files with 7 additions and 5 deletions
|
@ -21,7 +21,7 @@ roleExamples-->
|
||||||
<#assign roleDescriptor = "presentation" />
|
<#assign roleDescriptor = "presentation" />
|
||||||
<#assign typeSelectorLabel = "presentation type" />
|
<#assign typeSelectorLabel = "presentation type" />
|
||||||
<#assign buttonText = "Presentation Role" />
|
<#assign buttonText = "Presentation Role" />
|
||||||
<#assign roleExamples = "(e.g., Moderator, Speaker, Panelist)" />
|
<#assign roleExamples = "<span class='hint'> (e.g., Moderator, Speaker, Panelist)</span>" />
|
||||||
|
|
||||||
<#--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">
|
|
@ -20,7 +20,7 @@ roleExamples-->
|
||||||
<#--Variable assignments for Add Clinical Role To Person-->
|
<#--Variable assignments for Add Clinical Role To Person-->
|
||||||
<#assign roleDescriptor = "teaching activity" />
|
<#assign roleDescriptor = "teaching activity" />
|
||||||
<#assign typeSelectorLabel = "teaching activity type" />
|
<#assign typeSelectorLabel = "teaching activity type" />
|
||||||
<#assign roleExamples = "(e.g., Instructor, Facilitator, Assistant)" />
|
<#assign roleExamples = "<span class='hint'> (e.g., Instructor, Facilitator, Assistant)</span>" />
|
||||||
|
|
||||||
<#--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">
|
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="dept">Department or School Name within the ###</label>
|
<label for="dept">Department or School Name within the ###</label>
|
||||||
<input size="50" type="text" id="dept" name="dept" value="${deptValue}" />
|
<input size="60" type="text" id="dept" name="dept" value="${deptValue}" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
|
@ -142,8 +142,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="info">Supplemental Information (e.g., <em>Postdoctoral training</em> or <em>Transferred</em>)</label>
|
<label for="info">Supplemental Information
|
||||||
<input size="50" type="text" id="info" name="info" value="${infoValue}" />
|
<span class="hint"> (e.g., Postdoctoral training or Transferred)</span>
|
||||||
|
</label>
|
||||||
|
<input size="60" type="text" id="info" name="info" value="${infoValue}" />
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue