NIHVIVO-1562 Modify help methods on existing template directives and methods to align with new dump directive requirements
This commit is contained in:
parent
9aa6c17dd9
commit
b6ea045503
7 changed files with 21 additions and 45 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue