mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Spielerprofil Change Name Header
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user