Basic implementation event signup

This commit is contained in:
2024-05-27 16:59:30 +02:00
parent a66f2d2422
commit a69d83bc0a
321 changed files with 138376 additions and 644 deletions

View File

@ -0,0 +1,29 @@
<h2>
<?= __('Paricipant details', BDP_LV_PLUGIN_SLUG); ?>
<?= $participant->vorname . ' ' . $participant->nachname; ?>
</h2>
<?php
include dirname(__FILE__) . '/Partials/admin/kontaktdaten-printonly.php';
include dirname(__FILE__) . '/Partials/admin/allergien-printonly.php';
?>
<?php
?>
<style>
table td:nth-child(1) {
font-weight: bold;
}
@media screen and (max-width: 750px) {
table td:nth-child(1) {
padding-right: 20px; !important;
}
select {
width: 200px !important;
}
}
</style>