summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>