Лучше бы сразу сделал архив со всеми стилями и скриптами со страницы и прикрепил к сообщению. И jQuery библиотеку не забываем подключать.
заменить внизу:
(function($) {
$('#bans-grid').yiiGridView({'ajaxUpdate':['bans-grid'],'ajaxVar':'ajax','pagerClass':'pagination','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'items table table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}'});
$('body').tooltip({'selector':'a[rel=tooltip]'});
$('body').popover({'selector':'a[rel=popover]'});
})(jQuery);
|