Basic implementation event signup
This commit is contained in:
29
modules/event-participants/Templates/participant-summary.php
Normal file
29
modules/event-participants/Templates/participant-summary.php
Normal 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>
|
Reference in New Issue
Block a user