style fixes, bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 01:13:23 +00:00
parent 7a2218bbd2
commit aa2fd5c080

View File

@ -12,7 +12,6 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
use Modules\Media\Models\NullMedia;
use phpOMS\Uri\UriFactory; use phpOMS\Uri\UriFactory;
/** /**
@ -27,7 +26,7 @@ $next = empty($accounts) ? '{/base}profile/list' : '{/base}/profile/list?{?}
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="portlet"> <div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Profiles'); ?><i class="fa fa-download floatRight download btn"></i></div> <div class="portlet-head"><?= $this->getHtml('Profiles'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider"> <div class="slider">
<table id="profileList" class="default sticky"> <table id="profileList" class="default sticky">
<thead> <thead>