Fix help popup links on individual server info pages, and from the
[invirt/packages/invirt-web.git] / code / templates / help.tmpl
index d6f0768..b4271d1 100644 (file)
@@ -22,10 +22,10 @@ Help
 #end if
 #for $subject in $subjects
 #if $subject in $mapping 
-#if not $simple
 <h2>$subject</h2>
-#end if
+#filter None
 <p>$mapping[$subject]</p>
+#end filter
 #else
 <p>Unknown subject '$subject'.</p>
 #end if