diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 21:02:17 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 21:02:17 +0000 |
| commit | 9a0eb23321c2ff868424bf6010a6bc9e7f69f4b0 (patch) | |
| tree | e5ae6a8f452e6fcf190e16d616a5956dd435db15 /templates | |
| parent | cc0dc6f08b99d607904ffc5d856306f4ac870062 (diff) | |
| download | themes-9a0eb23321c2ff868424bf6010a6bc9e7f69f4b0.tar.gz themes-9a0eb23321c2ff868424bf6010a6bc9e7f69f4b0.tar.bz2 themes-9a0eb23321c2ff868424bf6010a6bc9e7f69f4b0.zip | |
del {box}
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_layout_help.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/admin_layout_help.tpl b/templates/admin_layout_help.tpl index 7964028..3b0f442 100644 --- a/templates/admin_layout_help.tpl +++ b/templates/admin_layout_help.tpl @@ -33,16 +33,16 @@ {/legend} {legend legend="Modules Help"} - {formhelp note="List of what modules do and what parameters they take. If a module is not listed, the module probably doesn't take any special parameters." page="ModuleParameters"} + {formhelp note="List of available modules and their parameters. If a module is not listed, it might not take any parameters." page="ModuleParameters"} <noscript><div>{smartlink ititle="Expand Help" page=$page expand_all=1}</div></noscript> {foreach from=$allModulesHelp key=package item=help} <h2><a href="javascript:flip('id{$package}')">{$package}</a></h2> - <div id="id{$package}" {if !$smarty.request.expand_all}style="display:none;"{/if}> + <div class="modulehelp" id="id{$package}" {if !$smarty.request.expand_all}style="display:none;"{/if}> {foreach from=$help key=file item=title} - {box title=$title} - {include file=$file} - {/box} + <h3>{$title|capitalize}</h3> + {include file=$file} {/foreach} + <hr /> </div> {/foreach} {/legend}
\ No newline at end of file |
