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
commit1b3d2c89cc162f1f7201b6647c5693eb52ce5b5a (patch)
tree716b77d1d1a6adb8456b363f5c86fd28a769e6a3
parent4a3ac8e153f9c13449885400f78214e65f00f644 (diff)
downloadboards-1b3d2c89cc162f1f7201b6647c5693eb52ce5b5a.tar.gz
boards-1b3d2c89cc162f1f7201b6647c5693eb52ce5b5a.tar.bz2
boards-1b3d2c89cc162f1f7201b6647c5693eb52ce5b5a.zip
use js namespace for switchCheckboxes
-rw-r--r--templates/list_topics.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index a4c0281..ca235f0 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.35 2010/02/02 22:02:21 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.36 2010/02/09 17:21:21 wjames5 Exp $ *}
{strip}
<div class="listing boards">
<div class="navbar">
@@ -139,7 +139,7 @@
<div style="text-align:right;">
<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')\" /><br />");
+ document.write("<input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"BitBase.switchCheckboxes(this.form.id,'checked[]','switcher')\" /><br />");
/* ]]> */</script>
<input type="hidden" name="b" value="{$smarty.request.b}" />