NIHVIVO-1563 Add template method models to help directive

This commit is contained in:
rjy7 2011-02-22 20:05:45 +00:00
parent d6ff3b05a6
commit b323f50c04
4 changed files with 49 additions and 29 deletions

View file

@ -1,9 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for displaying directive help -->
<#-- Template for displaying help for a template directive or method -->
<div class="dump help">
<h3>Template directive help</h3>
<h3>Template ${type} help</h3>
${help}
</div>