/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add("datatable-paginator-templates",function(e,t){var n=new e.Template,r='',i="<%= buttons %><%= this.classNames.gotoPage %><%= this.classNames.perPage %>",s='',o='
<%== this.buttons %>
',u='
',a='
';e.namespace("DataTable.Templates").Paginator={rowWrapper:n.compile(r),button:n.compile(s),content:n.compile(i),buttons:n.compile(o),gotoPage:n.compile(u),perPage:n.compile(a)}},"3.17.2",{requires:["template"]});