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

chỉnh lại form login_view.php

parent f386f13a
......@@ -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); ?>
......
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