Remove arrow img from turniere

This commit is contained in:
Daniel Goerlich
2021-01-24 22:09:34 +01:00
parent 3942eeea67
commit 42911bfba1
@@ -161,7 +161,7 @@ function veranstaltungHeaderAlone($veranstaltung, $vorherige_veranstaltung_id, $
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('&task=veranstaltungen#vid' . $veranstaltung->veranstaltung_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_COMPETITIONS'); ?></a>
&gt; <?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?>
@@ -425,7 +425,7 @@ function turnierdisziplinenHeader($turnier, $vorherige_turnier_id, $naechste_tur
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#id' . $turnier->turnier_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENTS'); ?></a>
&gt; <?php echo htmlentities_utf8($turnier->turnierbezeichnung) . (!empty($turnier->turnierort) ? (" in " . $turnier->turnierort) : ""); ?>
@@ -610,7 +610,7 @@ function turnierdisziplin($turnier, $disziplin, $meldungen, $meldungenSpielerIds
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#id' . $disziplin->turnier_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENTS'); ?></a> &gt; <a
href="<?php echo SportsManagerURL('&task=turnierdisziplinen&turnierid=' . $disziplin->turnier_id); ?>"><?php echo htmlentities_utf8($turnier->turnierbezeichnung) . (!empty($turnier->turnierort) ? (" in " . $turnier->turnierort) : ""); ?></a>
@@ -1576,7 +1576,7 @@ global $params;
<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"/>
<!--img src="images/M_images/arrow.png" border="0"/-->
<?php
if ($teamansicht_team != null) {
?>
@@ -2517,7 +2517,7 @@ global $params;
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#id' . $team->team_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_TEAMS'); ?></a> &gt; <a
href="<?php echo SportsManagerURL('#id' . $team->team_id); ?>"><?php if (!$ansicht_vereinigt) {
@@ -3347,7 +3347,7 @@ global $params;
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#id' . $verein->verein_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_CLUBS'); ?></a>
&gt; <?php echo htmlentities_utf8($verein->vereinsname); ?>
@@ -3864,7 +3864,7 @@ global $params;
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#id' . $spielort->spielort_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_VENUES'); ?></a>
&gt; <?php echo htmlentities_utf8($spielort->name); ?>
@@ -4451,6 +4451,11 @@ global $params;
}
}
/*
Spielerprofil
Startseite / Wettbewerbe / Turnierserie / Rangliste
*/
function spielerDetails($spieler, $vereine, $veranstalter, $spieler_elo_verlauf_einzel, $spieler_elo_verlauf_doppel, $spielerNamen, $teamNamen, $veranstaltungBezeichnungen, $turnierdisziplinBezeichnungen, $individualwettbewerbBezeichnungen, $ranglistenplatzierungen, $turnierplatzierungen, $teams, $sortierung, $vorheriger_spieler_id, $naechster_spieler_id, $elo_detailliert, $statistik, $beginn, $kategorie, $einstufungen, $filter, $veranstaltungid, $veranstalterid, $einstufungid, $unabhaengige_ansicht, $details_anzeigen) {
global $params;
@@ -5755,7 +5760,7 @@ global $params;
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#bid' . $spielerstatistik->bestenliste_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_PLAYER_STATISTICS'); ?></a>
&gt; <?php echo htmlentities_utf8($spielerstatistik->bezeichnung); ?>
@@ -6067,7 +6072,7 @@ global $params;
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/--> <a
href="<?php echo SportsManagerURL('#id' . $individualwettbewerb->individualwettbewerb_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_INDIVIDUAL_COMPETITION'); ?></a>
&gt; <?php echo htmlentities_utf8($individualwettbewerb->bezeichnung); ?>
@@ -6714,7 +6719,7 @@ global $params;
<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"/> <a
<!--img src="images/M_images/arrow.png" border="0"/> <a
href="<?php echo SportsManagerURL('#' . $kategorie . $typ); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_GAME_SINGLES_ELO'); ?>
-<?php echo JText::_('COM_SPORTSMANAGER_RANKING'); ?></a>