apply pagination js

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9060 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-06 10:01:10 +00:00
parent e53db44569
commit 87a77b5e4e

View file

@ -24,4 +24,8 @@
<input name="page" title="{$lang->cmd_go_to_page}" />
<button>Go</button>
</span>
</form>
</form>
<script type="text/javascript">
jQuery('.pagination').xePagination();
jQuery('a.tgAnchor').xeContentToggler();
</script>