NIHVIVO-1562 Modify help methods on existing template directives and methods to align with new dump directive requirements

This commit is contained in:
ryounes 2011-04-22 21:42:08 +00:00
parent 9aa6c17dd9
commit b6ea045503
7 changed files with 21 additions and 45 deletions

View file

@ -166,9 +166,9 @@ div.dump {
<li>
<#local value = help[key]>
<@divValue>
<#if value?is_string><p><strong>${key?capitalize}:</strong> ${value}</p>
<#if value?is_string><p><strong>${key?cap_first}:</strong> ${value}</p>
<#else>
<p><strong>${key?capitalize}:</strong></p>
<p><strong>${key?cap_first}:</strong></p>
<ul>
<#if value?is_sequence>
<#list value as item>