diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-09 17:21:21 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-09 17:21:21 +0000 |
| commit | e7b614c476d1b2e630852b0f2dc322224ce640ba (patch) | |
| tree | fedd27b8424ccebad821fdb6d8b785f526d20774 | |
| parent | 7ae84fda19224e34d0cc4498beedfe41109d684f (diff) | |
| download | install-PRE_LIBERTYSYS_SERVICE_UPDATE.tar.gz install-PRE_LIBERTYSYS_SERVICE_UPDATE.tar.bz2 install-PRE_LIBERTYSYS_SERVICE_UPDATE.zip | |
use js namespace for switchCheckboxesPRE_LIBERTYSYS_SERVICE_UPDATE
| -rw-r--r-- | templates/install_packages.tpl | 2 |
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> |
