help supports inheritance
This commit is contained in:
parent
0673df503d
commit
ab4caf1342
6 changed files with 50 additions and 15 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<tmpl_loop fields>
|
||||
<dt><tmpl_var title></dt>
|
||||
<dd><tmpl_var description>
|
||||
<tmpl_if uiLevel> <br /><i><tmpl_var uiLevelLabel>:</i><tmpl_var uiLevel> </tmpl_if>
|
||||
<tmpl_if uiLevel> <br /><i><tmpl_var uiLevelLabel>:</i><tmpl_var uiLevel><br /> </tmpl_if>
|
||||
</dd>
|
||||
</tmpl_loop>
|
||||
</dl>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
dt {
|
||||
dd {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue