Add latest changes from icehrm pro

This commit is contained in:
gamonoid
2018-05-21 00:23:56 +02:00
parent 9c56b8acd1
commit 861e94cf9d
1375 changed files with 175006 additions and 2662 deletions

View File

@@ -0,0 +1,24 @@
<div class="col-md-12">
<!-- Box Comment -->
<div class="box box-widget">
<div class="box-header with-border">
<div class="user-block">
<img class="img-circle" src="#_profileImage_#" alt="">
<span class="username"><a href="#">#_firstName_# #_lastName_#</a></span>
<span class="description">#_date_#</span>
</div>
<!-- /.user-block -->
<div class="box-tools">
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="box-body" style="">
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>