Spielerprofil Tabellen Layout

This commit is contained in:
Daniel Goerlich
2021-01-19 21:12:44 +01:00
parent d20a5b9c39
commit 27cc7c8605
@@ -4455,8 +4455,8 @@ global $params;
<tr> <tr>
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th> <th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left"> <th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
<img src="images/M_images/arrow.png" <!--img src="images/M_images/arrow.png"
border="0"/> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?> border="0"/--> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
<a <a
href="<?php echo SportsManagerURL((strlen($sortierung) > 0 ? '&sortierung=' . $sortierung : '') . '&kategorie=' . urlencode($kategorie) . '&filter=' . urlencode($filter) . '&veranstaltungid=' . $veranstaltungid . '&veranstalterid=' . $veranstalterid . '&einstufungid=' . $einstufungid . '&beginn=' . $beginn . '#id' . $spieler->spieler_id); ?>"> href="<?php echo SportsManagerURL((strlen($sortierung) > 0 ? '&sortierung=' . $sortierung : '') . '&kategorie=' . urlencode($kategorie) . '&filter=' . urlencode($filter) . '&veranstaltungid=' . $veranstaltungid . '&veranstalterid=' . $veranstalterid . '&einstufungid=' . $einstufungid . '&beginn=' . $beginn . '#id' . $spieler->spieler_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></a><?php } ?> <?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></a><?php } ?>
@@ -4521,7 +4521,7 @@ global $params;
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_INFORMATION'); ?></td> width="100%"><?php echo JText::_('COM_SPORTSMANAGER_INFORMATION'); ?></td>
</tr> </tr>
</table> </table>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<?php <?php
$kategorie_bezeichnung = array('H' => JText::_('COM_SPORTSMANAGER_CATEGORY_MEN'), 'D' => JText::_('COM_SPORTSMANAGER_CATEGORY_WOMEN'), 'J' => JText::_('COM_SPORTSMANAGER_CATEGORY_JUNIORS'), 'S' => JText::_('COM_SPORTSMANAGER_CATEGORY_SENIORS')); $kategorie_bezeichnung = array('H' => JText::_('COM_SPORTSMANAGER_CATEGORY_MEN'), 'D' => JText::_('COM_SPORTSMANAGER_CATEGORY_WOMEN'), 'J' => JText::_('COM_SPORTSMANAGER_CATEGORY_JUNIORS'), 'S' => JText::_('COM_SPORTSMANAGER_CATEGORY_SENIORS'));
if (isset($kategorie_bezeichnung[$spieler->kategorie])) { if (isset($kategorie_bezeichnung[$spieler->kategorie])) {