summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-09 17:21:21 +0000
committerwjames5 <will@tekimaki.com>2010-02-09 17:21:21 +0000
commite7b614c476d1b2e630852b0f2dc322224ce640ba (patch)
treefedd27b8424ccebad821fdb6d8b785f526d20774
parent7ae84fda19224e34d0cc4498beedfe41109d684f (diff)
downloadinstall-e7b614c476d1b2e630852b0f2dc322224ce640ba.tar.gz
install-e7b614c476d1b2e630852b0f2dc322224ce640ba.tar.bz2
install-e7b614c476d1b2e630852b0f2dc322224ce640ba.zip
use js namespace for switchCheckboxesPRE_LIBERTYSYS_SERVICE_UPDATE
-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>