Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vmusicchart-cms
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Văn Đoan
vmusicchart-cms
Commits
487620d8
Commit
487620d8
authored
Sep 02, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug ko insert được
parent
3621cf57
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
overlap_ranking_view.php
...n/views/backend/ajax/cms_setting/overlap_ranking_view.php
+1
-1
js_process_report.php
.../views/backend/cms_ranking/partials/js_process_report.php
+2
-2
report_violation_modal.php
...s/backend/cms_ranking/partials/report_violation_modal.php
+2
-2
No files found.
application/views/backend/ajax/cms_setting/overlap_ranking_view.php
View file @
487620d8
...
...
@@ -24,7 +24,7 @@
<td>
<?php
echo
((
$data
[
'status'
]
==
1
)
?
'Đã xử lý'
:
'Chờ xử lý'
)
?>
</td>
<td>
<td
style=
"text-align: center"
>
<?php
if
(
$data
[
'status'
]
==
0
)
:
?>
<a
href=
"
<?php
echo
base_url
(
'backend/cmsRanking/processOverlapRanking/'
.
$data
[
'id'
]);
?>
"
title=
"Xử lý xóa trùng"
>
<i
class=
"ace-icon fa fa-trash bigger-130 color-red"
></i>
...
...
application/views/backend/cms_ranking/partials/js_process_report.php
View file @
487620d8
...
...
@@ -3,11 +3,11 @@
// Lấy thông tin bài hát
$
(
"#ranking_true"
).
change
(
function
(){
$
(
'#keep_ranking'
).
val
(
$
(
'#ranking_true option:selected'
).
attr
(
'ranking'
));
$
(
'#keep_track_title'
).
val
(
$
(
'#ranking_true option:selected'
).
text
());
$
(
'#keep_track_title'
).
val
(
$
(
'#ranking_true option:selected'
).
text
()
.
trim
()
);
});
$
(
"#ranking_false"
).
change
(
function
(){
$
(
'#delete_ranking'
).
val
(
$
(
'#ranking_false option:selected'
).
attr
(
'ranking'
));
$
(
'#delete_track_title'
).
val
(
$
(
'#ranking_false option:selected'
).
text
());
$
(
'#delete_track_title'
).
val
(
$
(
'#ranking_false option:selected'
).
text
()
.
trim
()
);
});
});
...
...
application/views/backend/cms_ranking/partials/report_violation_modal.php
View file @
487620d8
...
...
@@ -10,8 +10,8 @@
<div
class=
"col-md-12"
>
<div
class=
"form-group"
>
<label>
BXH:
<span
id=
"ranking_at"
style=
"color: red"
></span></label>
<input
type=
"hidden"
id=
"keep_ranking"
value=
""
>
<input
type=
"hidden"
id=
"delete_ranking"
value=
""
>
<input
type=
"hidden"
id=
"keep_ranking"
value=
"
-1
"
>
<input
type=
"hidden"
id=
"delete_ranking"
value=
"
-1
"
>
<input
type=
"hidden"
id=
"keep_track_title"
value=
""
>
<input
type=
"hidden"
id=
"delete_track_title"
value=
""
>
</div>
...
...
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