summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-11 01:36:15 +0000
committerwjames5 <will@tekimaki.com>2010-04-11 01:36:15 +0000
commit5484d9027499a41ac61c5e87dec7e67580773520 (patch)
tree8a039ac524959eb02819688a85c2a2f52e97b52e
parent123b7e03774a65617870d762b0fcb165f0899efa (diff)
downloadinstall-CVS_HEAD.tar.gz
install-CVS_HEAD.tar.bz2
install-CVS_HEAD.zip
-rw-r--r--templates/install_cleanup.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl
index 9e5a67e..929ab1f 100644
--- a/templates/install_cleanup.tpl
+++ b/templates/install_cleanup.tpl
@@ -25,7 +25,7 @@
<ul>
{foreach from=$package.tables item=table}
<li>
- <a style="float:right" href="#" onclick="flip('{$table.name}');return false">show table details</a> {$table.name}<br />
+ <a style="float:right" href="#" onclick="BitBase.toggleElementDisplay('{$table.name}','block');return false">show table details</a> {$table.name}<br />
<div id="{$table.name}" style="display:none;">
<code>{$table.sql|nl2br}</code>
</div>