updated so role examples use correct css class

This commit is contained in:
tworrall 2011-11-29 16:10:19 +00:00
parent 86e31c4225
commit 60c6dcd060
3 changed files with 7 additions and 5 deletions

View file

@ -21,7 +21,7 @@ roleExamples-->
<#assign roleDescriptor = "presentation" />
<#assign typeSelectorLabel = "presentation type" />
<#assign buttonText = "Presentation Role" />
<#assign roleExamples = "(e.g., Moderator, Speaker, Panelist)" />
<#assign roleExamples = "<span class='hint'>&nbsp;(e.g., Moderator, Speaker, Panelist)</span>" />
<#--Each of the two stage forms will include the form below-->
<#include "addRoleToPersonTwoStage.ftl">

View file

@ -20,7 +20,7 @@ roleExamples-->
<#--Variable assignments for Add Clinical Role To Person-->
<#assign roleDescriptor = "teaching activity" />
<#assign typeSelectorLabel = "teaching activity type" />
<#assign roleExamples = "(e.g., Instructor, Facilitator, Assistant)" />
<#assign roleExamples = "<span class='hint'>&nbsp;(e.g., Instructor, Facilitator, Assistant)</span>" />
<#--Each of the two stage forms will include the form below-->
<#include "addRoleToPersonTwoStage.ftl">

View file

@ -121,7 +121,7 @@
<p>
<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>
<div class="entry">
@ -142,8 +142,10 @@
</p>
<p>
<label for="info">Supplemental Information (e.g., <em>Postdoctoral training</em> or <em>Transferred</em>)</label>
<input size="50" type="text" id="info" name="info" value="${infoValue}" />
<label for="info">Supplemental Information
<span class="hint">&nbsp;(e.g., Postdoctoral training or Transferred)</span>
</label>
<input size="60" type="text" id="info" name="info" value="${infoValue}" />
</p>
<p></p>