Update src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
jmeyer26
2026-02-13 08:47:22 +01:00
committed by GitHub
parent 67f5f38d1a
commit eacb0dc165
@@ -4094,7 +4094,7 @@ static function verbandsorganeDetails($titel, $beschreibung, $verbandsorgan, $ro
if (count($rows) > 0) { if (count($rows) > 0) {
?> ?>
<H2>Mitglieder</H2> <h2><?php echo Text::_('COM_SPORTSMANAGER_MEMBERS'); ?></h2>
<table style='border-collapse: collapse;' <table style='border-collapse: collapse;'
class="uk-table-hover uk-table-divider uk-table-middle dtfl-table-medium contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> class="uk-table-hover uk-table-divider uk-table-middle dtfl-table-medium contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<?php <?php