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
fc10bef1
Commit
fc10bef1
authored
Apr 15, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bỏ dấu ngoặc thừa khi chọn tuần ở BXH tuần
parent
ffedb950
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
list_by_weekly_view.php
...ication/views/backend/cms_ranking/list_by_weekly_view.php
+1
-1
No files found.
application/views/backend/cms_ranking/list_by_weekly_view.php
View file @
fc10bef1
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<select
class=
"form-control"
name=
"input-name"
id=
"input-name"
>
<select
class=
"form-control"
name=
"input-name"
id=
"input-name"
>
<?php
foreach
(
$week_list
as
$key
=>
$week
)
:
?>
<?php
foreach
(
$week_list
as
$key
=>
$week
)
:
?>
<option
value =
"
<?php
echo
$key
;
?>
"
>
<?php
echo
$week
;
?>
)
</option>
<option
value =
"
<?php
echo
$key
;
?>
"
>
<?php
echo
$week
;
?>
</option>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
</select>
</select>
</div>
</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