summaryrefslogtreecommitdiff
path: root/templates/list_pages.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-09 17:21:22 +0000
committerwjames5 <will@tekimaki.com>2010-02-09 17:21:22 +0000
commitae6751e738414d30818c885d3b8aa57e4257898a (patch)
treea9d9ce72371e5fa21501bc2116cba17386162d25 /templates/list_pages.tpl
parent1b6f28eeae4191bb5c1345186450a812b95d29d5 (diff)
downloadwiki-ae6751e738414d30818c885d3b8aa57e4257898a.tar.gz
wiki-ae6751e738414d30818c885d3b8aa57e4257898a.tar.bz2
wiki-ae6751e738414d30818c885d3b8aa57e4257898a.zip
use js namespace for switchCheckboxes
Diffstat (limited to 'templates/list_pages.tpl')
-rw-r--r--templates/list_pages.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl
index 3e20c74..da7ae17 100644
--- a/templates/list_pages.tpl
+++ b/templates/list_pages.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/list_pages.tpl,v 1.29 2009/05/19 16:27:40 tekimaki_admin Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/list_pages.tpl,v 1.30 2010/02/09 17:21:22 wjames5 Exp $ *}
{strip}
<div class="floaticon">{bithelp}</div>
@@ -220,7 +220,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')\" />");
+ document.write("<input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"BitBase.switchCheckboxes(this.form.id,'checked[]','switcher')\" />");
/* ]]> */</script>
<br />
<select name="batch_submit" onchange="this.form.submit();">