-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Admin theme update
- Loading branch information
havok89
committed
Jul 2, 2016
1 parent
86c4ecd
commit efa292e
Showing
50 changed files
with
2,497 additions
and
5,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,15 @@ | ||
<?php echo $header; ?> | ||
|
||
<div class="main"> | ||
<div class="main-inner"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="span12"> | ||
<div class="widget"> | ||
<div class="widget-header"> <i class="icon-user"></i> | ||
<h3><?php echo $this->lang->line('forgot_reset'); ?></h3> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-4 col-md-offset-4"> | ||
<div class="login-panel panel panel-default"> | ||
<div class="panel-heading"> | ||
<img src="<?php echo ADMIN_THEME; ?>/images/large_logo.png" class="login_logo" /> | ||
</div> | ||
<div class="panel-body"> | ||
<h3><?php echo $this->lang->line('forgot_check_email'); ?></h3> | ||
</div> | ||
</div> | ||
<!-- /widget-header --> | ||
<div class="widget-content"> | ||
<p><?php echo $this->lang->line('forgot_check_email'); ?></p> | ||
|
||
<!-- /widget-content --> | ||
</div> | ||
</div> | ||
<!-- /widget --> | ||
|
||
|
||
</div> | ||
<!-- /span12 --> | ||
|
||
</div> | ||
<!-- /row --> | ||
</div> | ||
</div> | ||
<!-- /container --> | ||
</div> | ||
<!-- /main-inner --> | ||
</div> | ||
<?php echo $footer; ?> | ||
</div> |
Oops, something went wrong.