bug fixes and template adjustments

This commit is contained in:
Dennis Eichhorn 2021-07-31 17:20:48 +02:00
parent 7c30d2a415
commit 469b8fac46
2 changed files with 3 additions and 11 deletions

View File

@ -31,13 +31,11 @@ echo $this->getData('nav')->render(); ?>
<div class="portlet"> <div class="portlet">
<div class="portlet-head"> <div class="portlet-head">
<?= $this->getHtml('Accounts'); ?> <?= $this->getHtml('Accounts'); ?>
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-additional-function.tpl.php'; ?>
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-export-data.tpl.php'; ?> <?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-export-data.tpl.php'; ?>
</div> </div>
<table id="accountList" class="default sticky"> <table id="accountList" class="default sticky">
<thead> <thead>
<template>
</template>
<tr> <tr>
<td><?= $this->getHtml('ID', '0', '0'); ?> <td><?= $this->getHtml('ID', '0', '0'); ?>
<label for="accountList-r1-asc"> <label for="accountList-r1-asc">
@ -48,7 +46,6 @@ echo $this->getData('nav')->render(); ?>
<input id="accountList-r1-desc" name="accountList-sort" type="radio"> <input id="accountList-r1-desc" name="accountList-sort" type="radio">
<i class="sort-desc fa fa-chevron-down"></i> <i class="sort-desc fa fa-chevron-down"></i>
</label> </label>
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-filter-table.tpl.php'; ?>
<td><?= $this->getHtml('Status'); ?> <td><?= $this->getHtml('Status'); ?>
<label for="accountList-r2-asc"> <label for="accountList-r2-asc">
<input id="accountList-r2-asc" name="accountList-sort" type="radio"> <input id="accountList-r2-asc" name="accountList-sort" type="radio">
@ -58,9 +55,6 @@ echo $this->getData('nav')->render(); ?>
<input id="accountList-r2-desc" name="accountList-sort" type="radio"> <input id="accountList-r2-desc" name="accountList-sort" type="radio">
<i class="sort-desc fa fa-chevron-down"></i> <i class="sort-desc fa fa-chevron-down"></i>
</label> </label>
<label>
<i class="filter fa fa-filter"></i>
</label>
<td class="wf-100"><?= $this->getHtml('Name'); ?> <td class="wf-100"><?= $this->getHtml('Name'); ?>
<label for="accountList-r3-asc"> <label for="accountList-r3-asc">
<input id="accountList-r3-asc" name="accountList-sort" type="radio"> <input id="accountList-r3-asc" name="accountList-sort" type="radio">
@ -70,9 +64,7 @@ echo $this->getData('nav')->render(); ?>
<input id="accountList-r3-desc" name="accountList-sort" type="radio"> <input id="accountList-r3-desc" name="accountList-sort" type="radio">
<i class="sort-desc fa fa-chevron-down"></i> <i class="sort-desc fa fa-chevron-down"></i>
</label> </label>
<label> <?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-filter-table.tpl.php'; ?>
<i class="filter fa fa-filter"></i>
</label>
<td><?= $this->getHtml('Activity'); ?> <td><?= $this->getHtml('Activity'); ?>
<label for="accountList-r4-asc"> <label for="accountList-r4-asc">
<input id="accountList-r4-asc" name="accountList-sort" type="radio"> <input id="accountList-r4-asc" name="accountList-sort" type="radio">

View File

@ -10,7 +10,7 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=9.4", "phpunit/phpunit": ">=9.4",
"friendsofphp/php-cs-fixer": ">=3.0", "friendsofphp/php-cs-fixer": ">=3.0",
"squizlabs/php_codesniffer": ">=3.5", "squizlabs/php_codesniffer": ">=3.6",
"phpmd/phpmd": ">=2.9", "phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=0.12.58", "phpstan/phpstan": ">=0.12.58",
"phan/phan": ">=3.2.6" "phan/phan": ">=3.2.6"