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 | bb4aa9e4485cc011bdb64e47186b798380379e53 (patch) | |
| tree | 37af205643d5e975110e4facc5f150f40b61e5f9 /templates | |
| parent | dc2bbb6f0fad7e2e8de2bc47111e67d5144d6801 (diff) | |
| download | calendar-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.tpl | 2 |
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> |
