summaryrefslogtreecommitdiff
path: root/templates
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
commitbb4aa9e4485cc011bdb64e47186b798380379e53 (patch)
tree37af205643d5e975110e4facc5f150f40b61e5f9 /templates
parentdc2bbb6f0fad7e2e8de2bc47111e67d5144d6801 (diff)
downloadcalendar-bb4aa9e4485cc011bdb64e47186b798380379e53.tar.gz
calendar-bb4aa9e4485cc011bdb64e47186b798380379e53.tar.bz2
calendar-bb4aa9e4485cc011bdb64e47186b798380379e53.zip
use js namespace for switchCheckboxes
Diffstat (limited to 'templates')
-rw-r--r--templates/calendar_options_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/calendar_options_inc.tpl b/templates/calendar_options_inc.tpl
index 8c3878c..910b93c 100644
--- a/templates/calendar_options_inc.tpl
+++ b/templates/calendar_options_inc.tpl
@@ -16,7 +16,7 @@
</div>
{/foreach}
<script type="text/javascript">/* <![CDATA[ */
- document.write("<label><input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"switchCheckboxes(this.form.id,'content_type_guid[]','switcher')\" /> {tr}Select all{/tr}</label><br />");
+ document.write("<label><input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"BitBase.switchCheckboxes(this.form.id,'content_type_guid[]','switcher')\" /> {tr}Select all{/tr}</label><br />");
/* ]]> */</script>
{/forminput}
</div>