fix copy/paste

This commit is contained in:
chmst 2022-09-04 15:42:21 +02:00
parent 0c5ba2d4bc
commit 464871b9f7
1 changed files with 4 additions and 3 deletions

View File

@ -115,12 +115,13 @@ $listDirn = $this->escape($this->state->get('list.direction'));
$modalId = 'weblink-item-modal-' . $item->id;
$modalParams['title'] = $this->escape($item->title);
$modalParams['url'] = $link;
$modalParams['heig$this->escape($item->title)ht'] = '100%';
$modalParams['height'] = '100%';
$modalParams['width'] = '100%';
$modalParams['bodyHeight'] = 70;
$modalParams['modalWidth'] = 80;
echo HTMLHelper::_('bootstrap.renderModal', $modalId, $modalParams);
echo '<a role="button" class="' . $menuclass . '" data-bs-toggle="modal" data-bs-target="#' . $modalId . '">' . $this->escape($item->title) . '</a>';
echo '<a role="button" class="' . $menuclass . '" data-bs-toggle="modal" data-bs-target="#' . $modalId . '">' .
$this->escape($item->title) . ' </a>';
break;
default:
// Open in parent window