projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prettier help titles
[invirt/packages/invirt-web.git]
/
code
/
templates
/
help.tmpl
diff --git
a/code/templates/help.tmpl
b/code/templates/help.tmpl
index
d6f0768
..
b4271d1
100644
(file)
--- a/
code/templates/help.tmpl
+++ b/
code/templates/help.tmpl
@@
-22,10
+22,10
@@
Help
#end if
#for $subject in $subjects
#if $subject in $mapping
#end if
#for $subject in $subjects
#if $subject in $mapping
-#if not $simple
<h2>$subject</h2>
<h2>$subject</h2>
-#end if
+#filter None
<p>$mapping[$subject]</p>
<p>$mapping[$subject]</p>
+#end filter
#else
<p>Unknown subject '$subject'.</p>
#end if
#else
<p>Unknown subject '$subject'.</p>
#end if