Skip to content

Commit 7209643

Browse files
committed
Calendar: links instead of buttons in consultation hour block (47512)
1 parent 16528e4 commit 7209643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/Calendar/classes/class.ilConsultationHoursCalendarBlockGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getData(): array
8686

8787
protected function getListItemForData(array $data): Item
8888
{
89-
$button = $this->ui->factory()->button()->shy(
89+
$button = $this->ui->factory()->link()->standard(
9090
$data['txt'] ?? '',
9191
$data['link'] ?? ''
9292
);

0 commit comments

Comments
 (0)