mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Spielerprofil Tabellen Layout
This commit is contained in:
@@ -4455,8 +4455,8 @@ global $params;
|
||||
<tr>
|
||||
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
|
||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||
<img src="images/M_images/arrow.png"
|
||||
border="0"/> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
|
||||
<!--img src="images/M_images/arrow.png"
|
||||
border="0"/--> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
|
||||
<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); ?>">
|
||||
<?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></a><?php } ?>
|
||||
@@ -4521,7 +4521,7 @@ global $params;
|
||||
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_INFORMATION'); ?></td>
|
||||
</tr>
|
||||
</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
|
||||
$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])) {
|
||||
|
||||
Reference in New Issue
Block a user