mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Spielerprofil Change Name
This commit is contained in:
@@ -4466,7 +4466,7 @@ global $params;
|
|||||||
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>
|
<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">
|
||||||
@@ -4475,7 +4475,7 @@ global $params;
|
|||||||
<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 } ?>
|
||||||
> <?php echo htmlentities_utf8($spieler->nachname . ", " . $spieler->vorname); ?>
|
> <?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?>
|
||||||
</th>
|
</th>
|
||||||
<?php
|
<?php
|
||||||
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {
|
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user