Commit 564c09c4 by Phạm Văn Đoan

chỉnh lại form login_view.php

parent f386f13a
...@@ -19,7 +19,7 @@ $buttonLogin = array( ...@@ -19,7 +19,7 @@ $buttonLogin = array(
'name' => 'btnLogin', 'name' => 'btnLogin',
'type' => 'submit', 'type' => 'submit',
'class' => 'width-35 pull-right btn btn-sm btn-primary', '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>' 'content' => '<i class="ace-icon fa fa-key"></i><span class="bigger-110">Đăng nhập</span>'
); );
?> ?>
...@@ -55,9 +55,7 @@ $buttonLogin = array( ...@@ -55,9 +55,7 @@ $buttonLogin = array(
<div id="login-box" class="login-box visible widget-box no-border"> <div id="login-box" class="login-box visible widget-box no-border">
<div class="widget-body"> <div class="widget-body">
<div class="widget-main"> <div class="widget-main">
<h4 class="header blue lighter bigger" style="text-align: center"> <h4 class="header blue lighter bigger" style="text-align: center">CMS for ADMIN</h4>
<i class="ace-icon fa fa-music"></i> CMS
</h4>
<div class="text-center"> <div class="text-center">
<img src="<?php echo base_url('images/logo.png') ?>" style="height: 45px"> <img src="<?php echo base_url('images/logo.png') ?>" style="height: 45px">
</div> </div>
...@@ -75,6 +73,9 @@ $buttonLogin = array( ...@@ -75,6 +73,9 @@ $buttonLogin = array(
echo form_open(base_url('backend/account/index')); echo form_open(base_url('backend/account/index'));
?> ?>
<fieldset> <fieldset>
<div>
<input type="hidden" name="client_ip" value="">
</div>
<label class="block clearfix"> <label class="block clearfix">
<span class="block input-icon input-icon-right"> <span class="block input-icon input-icon-right">
<?php echo form_input($username); ?> <?php echo form_input($username); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment