summaryrefslogtreecommitdiff
path: root/templates/admin_layout_inc.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-02-10 19:33:07 +0000
committerChristian Fowler <spider@viovio.com>2010-02-10 19:33:07 +0000
commite67949e14b7b0830f3d8d2f33b8ef34c5532b918 (patch)
tree8ac638f69ae07bea9c44dc22d97c69208b0a5a50 /templates/admin_layout_inc.tpl
parent0d32bec6dddda6ce357ce9f0de9d47871c98bfda (diff)
downloadthemes-e67949e14b7b0830f3d8d2f33b8ef34c5532b918.tar.gz
themes-e67949e14b7b0830f3d8d2f33b8ef34c5532b918.tar.bz2
themes-e67949e14b7b0830f3d8d2f33b8ef34c5532b918.zip
update javascript to use BitBase namespace
Diffstat (limited to 'templates/admin_layout_inc.tpl')
-rw-r--r--templates/admin_layout_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_layout_inc.tpl b/templates/admin_layout_inc.tpl
index 0e42092..276e0e2 100644
--- a/templates/admin_layout_inc.tpl
+++ b/templates/admin_layout_inc.tpl
@@ -44,7 +44,7 @@
{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>
+ <h2><a href="javascript:BitBase.toggleElementDisplay('id{$package}','block')">{$package}</a></h2>
<div class="modulehelp" id="id{$package}" {if !$smarty.request.expand_all}style="display:none;"{/if}>
{foreach from=$help key=file item=module}
<h3>{$module.title|capitalize}</h3>