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
9c96bfac
Commit
9c96bfac
authored
Apr 10, 2020
by
Trần Văn Minh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit thông báo
parent
3515dee8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
CmsArtist.php
application/controllers/backend/CmsArtist.php
+6
-6
CmsTrack.php
application/controllers/backend/CmsTrack.php
+2
-2
add_track_view.php
application/views/backend/cms_track/add_track_view.php
+2
-2
No files found.
application/controllers/backend/CmsArtist.php
View file @
9c96bfac
...
...
@@ -111,9 +111,9 @@ class CmsArtist extends CI_Controller
// Ghi log
// $this->mactionlog->add('UPDATED', 'Cập nhật Cuộc đua thành công!', 'Mactionlog', 'action_log', $contest_id);
//
$this
->
session
->
set_flashdata
(
'success'
,
'Cập nhật
Cuộc đua
thành công'
);
$this
->
session
->
set_flashdata
(
'success'
,
'Cập nhật
Nghệ sĩ
thành công'
);
}
else
{
$this
->
session
->
set_flashdata
(
'error'
,
'Cập nhật
Cuộc đua
không thành công'
);
$this
->
session
->
set_flashdata
(
'error'
,
'Cập nhật
Nghệ sĩ
không thành công'
);
}
redirect
(
base_url
()
.
'backend/cmsArtist/listArtist'
);
}
...
...
@@ -228,9 +228,9 @@ class CmsArtist extends CI_Controller
// Ghi log
// $this->mactionlog->add('UPDATED', 'Cập nhật Cuộc đua thành công!', 'Mactionlog', 'action_log', $contest_id);
//
$this
->
session
->
set_flashdata
(
'success'
,
'
Cập nhật Cuộc đua
thành công'
);
$this
->
session
->
set_flashdata
(
'success'
,
'
Thêm nghệ sĩ
thành công'
);
}
else
{
$this
->
session
->
set_flashdata
(
'error'
,
'
Cập nhật Cuộc
đua không thành công'
);
$this
->
session
->
set_flashdata
(
'error'
,
'
Thêm nghệ sĩ
đua không thành công'
);
}
redirect
(
base_url
()
.
'backend/cmsArtist/listArtist'
);
}
...
...
@@ -255,7 +255,7 @@ class CmsArtist extends CI_Controller
else
{
$id
=
''
;
}
$result
=
$this
->
user_model
->
getByUsername
(
$username
,
$id
,
2
);
$result
=
$this
->
user_model
->
getByUsername
(
$username
,
2
,
$id
);
if
(
$result
)
{
//die('2335');
$this
->
form_validation
->
set_message
(
'check_username'
,
'<li class="list-unstyled">Đã tồn tại.</li>'
);
...
...
@@ -273,7 +273,7 @@ class CmsArtist extends CI_Controller
else
{
$id
=
''
;
}
$result
=
$this
->
user_model
->
getByEmail
(
$email
,
$id
,
2
);
$result
=
$this
->
user_model
->
getByEmail
(
$email
,
2
,
$id
);
if
(
$result
)
{
// die('2335');
$this
->
form_validation
->
set_message
(
'check_email'
,
'<li class="list-unstyled">Email đã tồn tại.</li>'
);
...
...
application/controllers/backend/CmsTrack.php
View file @
9c96bfac
...
...
@@ -138,7 +138,7 @@ class CmsTrack extends CI_Controller
$this
->
track_model
->
update_track_user
(
$track_id
,
$id_singer
,
$id_user
,
$active_singer
);
$this
->
session
->
set_flashdata
(
'success'
,
'
Tạo
bài hát thành công'
);
$this
->
session
->
set_flashdata
(
'success'
,
'
Cập nhật
bài hát thành công'
);
redirect
(
base_url
()
.
'backend/cmsTrack/showTrack/'
.
$track_id
);
}
}
...
...
@@ -281,7 +281,7 @@ class CmsTrack extends CI_Controller
$this
->
session
->
set_flashdata
(
'success'
,
'Thêm ca sĩ vào bài hát thành công'
);
redirect
(
base_url
()
.
'backend/cmsTrack/showTrack
'
);
redirect
(
base_url
()
.
'backend/cmsTrack/showTrack
/'
.
$track_id
);
}
}
...
...
application/views/backend/cms_track/add_track_view.php
View file @
9c96bfac
...
...
@@ -71,7 +71,7 @@ $input_email = array(
'name'
=>
'email'
,
'type'
=>
'email'
,
'value'
=>
isset
(
$email
)
?
$email
:
''
,
'placeholder'
=>
'Nhập
p
email'
,
'placeholder'
=>
'Nhập email'
,
'class'
=>
''
,
'style'
=>
'width: 100%'
,
);
...
...
@@ -180,7 +180,7 @@ $check = "checked => 1";
</div>
<div
class=
"form-group"
>
<label
class=
"col-lg-3"
>
Ảnh
nhạc sĩ
</label>
<label
class=
"col-lg-3"
>
Ảnh
Bài hát
</label>
<div
class=
"col-lg-3"
>
<input
type=
"file"
name=
"avatar"
size=
"20"
/>
</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