mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
#440 show comparison data
This commit is contained in:
parent
60e6c91569
commit
abda4252cb
1 changed files with 1 additions and 1 deletions
|
@ -1862,7 +1862,7 @@ class TreeView {
|
|||
}
|
||||
if ($showActions) {
|
||||
$actionsRow = [new htmlOutputText('')];
|
||||
foreach ($attributeData as $dn => $singleData) {
|
||||
foreach (array_keys($attributeData) as $dn) {
|
||||
$buttonClasses = ['clickable', 'lam-margin-small', 'icon'];
|
||||
$removeFromComparisonButton = new htmlImage('../../graphics/list-remove.svg', '16px', '16px', _('Remove from comparison'), _('Remove from comparison'));
|
||||
if (count($attributeData) > 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue