Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
addcpm-json
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Александр Чаплыгин
addcpm-json
Commits
86387e73
Commit
86387e73
authored
Mar 27, 2019
by
Александр Чаплыгин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Правка класса для табл. статистики по клику
parent
770c45df
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
styles-feeds-system.css
src/public/css/styles-feeds-system.css
+0
-0
cabinet-feed-click-history.phtml
src/templates/app/user/cabinet-feed-click-history.phtml
+2
-14
No files found.
src/public/css/styles-feeds-system.css
deleted
100644 → 0
View file @
770c45df
This diff is collapsed.
Click to expand it.
src/templates/app/user/cabinet-feed-click-history.phtml
View file @
86387e73
...
...
@@ -26,22 +26,10 @@
/** @var $this \Zend\View\Renderer\PhpRenderer */
$this
->
headScript
()
->
appendFile
(
'/js/underscore-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')
//->appendFile('/js/bootstrap.min.js')
;
$this
->
headLink
()
->
appendStylesheet
(
'/css/c3.css'
)
->
appendStylesheet
(
'/css/datepicker.min.css'
)
->
appendStylesheet
(
'/css/styles-feeds-stat.css'
)
;
...
...
@@ -94,7 +82,7 @@ if (!$error) {
<?php /* Таблица */ ?>
<div id="
table
-
stat
" class="
b
-
table_wrapp
">
<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
transaction
s
viewid
">
<thead class="
metric
sortable
">
<tr>
<?php foreach(
$cats
as
$name
=>
$title
): ?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment