summaryrefslogtreecommitdiff
path: root/templates/image_order.tpl
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
commit03824be7e95bcf070967f168e4310bed8232caa6 (patch)
tree910c91d3a7237be0308f87398f4f3c74945532b3 /templates/image_order.tpl
parent4dd07329fc0bb5458f696728d1f17afe00650d40 (diff)
downloadfisheye-03824be7e95bcf070967f168e4310bed8232caa6.tar.gz
fisheye-03824be7e95bcf070967f168e4310bed8232caa6.tar.bz2
fisheye-03824be7e95bcf070967f168e4310bed8232caa6.zip
use js namespace for switchCheckboxes
Diffstat (limited to 'templates/image_order.tpl')
-rw-r--r--templates/image_order.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl
index ec9ed75..9fbf0ee 100644
--- a/templates/image_order.tpl
+++ b/templates/image_order.tpl
@@ -71,7 +71,7 @@
<td colspan="4" align="right">
<label>{tr}Use Random Gallery Image{/tr} <input type="radio" name="gallery_preview_content_id" id="gallery_preview_content_id" value="" {if $gContent->mInfo.preview_content_id == ""}checked="checked"{/if} /></label><br/>
<script type="text/javascript">/* <![CDATA[ */
- document.write("<label>{tr}Batch select all images{/tr} <input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"switchCheckboxes(this.form.id,'batch[]','switcher')\" /></label>");
+ document.write("<label>{tr}Batch select all images{/tr} <input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"BitBase.switchCheckboxes(this.form.id,'batch[]','switcher')\" /></label>");
/* ]]> */</script>
</td>
</tr>