Правка класса для табл. статистики по клику

parent 770c45df
This diff is collapsed.
...@@ -26,22 +26,10 @@ ...@@ -26,22 +26,10 @@
/** @var $this \Zend\View\Renderer\PhpRenderer */ /** @var $this \Zend\View\Renderer\PhpRenderer */
$this->headScript() $this->headScript()
->appendFile('/js/underscore-min.js') //->appendFile('/js/bootstrap.min.js')
->appendFile('/js/jquery.cookie.js')
->appendFile('/js/bootstrap.min.js')
->appendFile('/js/c3.min.js')
->appendFile('/js/d3.min.js')
->appendFile('/js/datepicker.min.js')
//->appendFile('/js/script-feeds-stat-charts.js')
//->appendFile('/js/script-feeds-stat-table.js')
//->appendFile('/js/script-feeds-stat.js')
//->appendFile('/js/adm/service-actions.js')
; ;
$this->headLink() $this->headLink()
->appendStylesheet('/css/c3.css')
->appendStylesheet('/css/datepicker.min.css')
->appendStylesheet('/css/styles-feeds-stat.css') ->appendStylesheet('/css/styles-feeds-stat.css')
; ;
...@@ -94,7 +82,7 @@ if (!$error) { ...@@ -94,7 +82,7 @@ if (!$error) {
<?php /* Таблица */ ?> <?php /* Таблица */ ?>
<div id="table-stat" class="b-table_wrapp"> <div id="table-stat" class="b-table_wrapp">
<div class="b-content__loading"></div> <div class="b-content__loading"></div>
<table id="table-line" class="table table-striped admin transaction viewid"> <table id="table-line" class="table table-striped admin transactions viewid">
<thead class="metric sortable"> <thead class="metric sortable">
<tr> <tr>
<?php foreach($cats as $name => $title): ?> <?php foreach($cats as $name => $title): ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment