summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/install_packages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl
index 896cefd..11978c3 100644
--- a/templates/install_packages.tpl
+++ b/templates/install_packages.tpl
@@ -43,7 +43,7 @@
<div class="row">
{forminput}
<script type="text/javascript">/* <![CDATA[ */
- document.write("<label><input name=\"switcher\" id=\"switcher\" type=\"checkbox\" checked onclick=\"switchCheckboxes(this.form.id,'packages[]','switcher')\" /> Batch (de)select all Packages and Services on this page</label>");
+ document.write("<label><input name=\"switcher\" id=\"switcher\" type=\"checkbox\" checked onclick=\"BitBase.switchCheckboxes(this.form.id,'packages[]','switcher')\" /> Batch (de)select all Packages and Services on this page</label>");
/* ]]> */</script>
{/forminput}
</div>