Refactoring

This commit is contained in:
gamonoid
2017-09-03 20:39:22 +02:00
parent af40881847
commit a7274d3cfd
5075 changed files with 238202 additions and 16291 deletions

View File

@@ -0,0 +1,10 @@
<div class="user-panel">
<div class="pull-left image">
<img src="#_profileImage_#" class="img-circle" alt="User Image" />
</div>
<div class="pull-left info">
<p>#_firstName_# #_lastName_#</p>
<a href="#"><i class="fa fa-circle text-success"></i> <t>Logged In</t></a>
</div>
</div>

View File

@@ -0,0 +1,11 @@
<div class="user-panel">
<button type="button" onclick="modJs.setAdminProfile('-1');return false;"><li class="fa fa-times"/></button>
<div class="pull-left image">
<img src="#_profileImage_#" class="img-circle" alt="User Image" />
</div>
<div class="pull-left info">
<p>#_firstName_# #_lastName_#</p>
<a href="#"><i class="fa fa-circle text-warning"></i> <t>Changed To</t> </a>
</div>
</div>