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
commit459187f2c7afb572ef36132425284bb082bd20b8 (patch)
treecaeb650c4dbe87515b1865e28b8608d8da8b6831 /templates
parent47db7ee61aefdb3eb9317cd52654309c63c3191e (diff)
downloadnewsletters-459187f2c7afb572ef36132425284bb082bd20b8.tar.gz
newsletters-459187f2c7afb572ef36132425284bb082bd20b8.tar.bz2
newsletters-459187f2c7afb572ef36132425284bb082bd20b8.zip
use js namespace for switchCheckboxesPRE_LIBERTYSYS_SERVICE_UPDATE
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_newsletter_subscriptions.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_newsletter_subscriptions.tpl b/templates/admin_newsletter_subscriptions.tpl
index 4baf9e5..ee805af 100644
--- a/templates/admin_newsletter_subscriptions.tpl
+++ b/templates/admin_newsletter_subscriptions.tpl
@@ -64,7 +64,7 @@
<script type="text/javascript">//<![CDATA[
// check / uncheck all.
document.write("<label for=\"switcher\">{tr}Select All{/tr}</label> ");
- document.write("<input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"switchCheckboxes(this.form.id,'checked[]','switcher')\" />");
+ document.write("<input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"BitBase.switchCheckboxes(this.form.id,'checked[]','switcher')\" />");
//]]></script>
<br />