Skip to content
Snippets Groups Projects
Commit 63eb0fc1 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use correct button type, fixes #3776

Closes #3776

Merge request studip/studip!2650
parent 99f495f9
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@
['data-dialog' => 'size=700']
) ?>
</div>
<?= Studip\Button::create(
<?= Studip\LinkButton::create(
_('Drucken'),
URLHelper::getURL('dispatch.php/messages/print/' . $message->id),
['class' => 'print_action']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment