mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27: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%">
|
<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 class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||||
<!--img src="images/M_images/arrow.png"
|
<!--img src="images/M_images/arrow.png"
|
||||||
border="0"/--> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
|
border="0"/--> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
|
||||||
@@ -4510,7 +4509,7 @@ global $params;
|
|||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<div>
|
<div>
|
||||||
<H2><?php echo htmlentities_utf8($spieler->nachname . ", " . $spieler->vorname); ?></H2>
|
<H2><?php echo htmlentities_utf8($spieler->vorname . ", " . $spieler->nachname); ?></H2>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user