Spielerprofil Change Name Header

This commit is contained in:
Daniel Goerlich
2021-02-16 16:56:37 +01:00
parent 11efd04064
commit 91512588de
@@ -4468,7 +4468,6 @@ global $params;
?>
<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">
<!--img src="images/M_images/arrow.png"
border="0"/--> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
@@ -4510,7 +4509,7 @@ global $params;
<tr>
<td colspan="3">
<div>
<H2><?php echo htmlentities_utf8($spieler->nachname . ", " . $spieler->vorname); ?></H2>
<H2><?php echo htmlentities_utf8($spieler->vorname . ", " . $spieler->nachname); ?></H2>
</div>
</td>
</tr>