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
564c09c4
Commit
564c09c4
authored
Apr 09, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chỉnh lại form login_view.php
parent
f386f13a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
login_view.php
application/views/backend/login_view.php
+5
-4
No files found.
application/views/backend/login_view.php
View file @
564c09c4
...
...
@@ -19,7 +19,7 @@ $buttonLogin = array(
'name'
=>
'btnLogin'
,
'type'
=>
'submit'
,
'class'
=>
'width-35 pull-right btn btn-sm btn-primary'
,
'style'
=>
'padding:4px 0px'
,
'style'
=>
'padding:4px 0px
; width: 100% !important;
'
,
'content'
=>
'<i class="ace-icon fa fa-key"></i><span class="bigger-110">Đăng nhập</span>'
);
?>
...
...
@@ -55,9 +55,7 @@ $buttonLogin = array(
<div
id=
"login-box"
class=
"login-box visible widget-box no-border"
>
<div
class=
"widget-body"
>
<div
class=
"widget-main"
>
<h4
class=
"header blue lighter bigger"
style=
"text-align: center"
>
<i
class=
"ace-icon fa fa-music"
></i>
CMS
</h4>
<h4
class=
"header blue lighter bigger"
style=
"text-align: center"
>
CMS for ADMIN
</h4>
<div
class=
"text-center"
>
<img
src=
"
<?php
echo
base_url
(
'images/logo.png'
)
?>
"
style=
"height: 45px"
>
</div>
...
...
@@ -75,6 +73,9 @@ $buttonLogin = array(
echo
form_open
(
base_url
(
'backend/account/index'
));
?>
<fieldset>
<div>
<input
type=
"hidden"
name=
"client_ip"
value=
""
>
</div>
<label
class=
"block clearfix"
>
<span
class=
"block input-icon input-icon-right"
>
<?php
echo
form_input
(
$username
);
?>
...
...
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