Spielerprofil Change Name

This commit is contained in:
Daniel Goerlich
2021-02-16 16:54:34 +01:00
parent ef6fab5a97
commit 11efd04064
@@ -4466,7 +4466,7 @@ global $params;
global $params;
?>
<table class="uk-table uk-table-responsive border="0" cellspacing="0" cellpadding="3" width="100%">
<table class="uk-table uk-table-responsive" border="0" cellspacing="0" cellpadding="3" width="100%">
<tr>
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
@@ -4475,7 +4475,7 @@ global $params;
<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 } ?>
&gt; <?php echo htmlentities_utf8($spieler->nachname . ", " . $spieler->vorname); ?>
&gt; <?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?>
</th>
<?php
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {