mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Korrektur der Farben in Formular Gruppenspiele erzeugen (issue #71)
This commit is contained in:
@@ -9538,7 +9538,7 @@ class HTML_sportsmanager_admin
|
|||||||
$jahr = $veranstaltung->erster_tag != null ? substr($veranstaltung->erster_tag, 0, 4) : 0;
|
$jahr = $veranstaltung->erster_tag != null ? substr($veranstaltung->erster_tag, 0, 4) : 0;
|
||||||
?>
|
?>
|
||||||
<div class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"
|
<div class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"
|
||||||
style='background-color:#000066;width:760px;font-weight:600;text-align:center;'>
|
style='background-color:#000066;color: #cccccc;width:760px;font-weight:600;text-align:center;'>
|
||||||
<?php echo Text::_('COM_SPORTSMANAGER_COMPETITION'); ?>
|
<?php echo Text::_('COM_SPORTSMANAGER_COMPETITION'); ?>
|
||||||
<?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?>
|
<?php echo htmlentities_utf8($veranstaltung->bezeichnung); ?>
|
||||||
: <?php echo Text::_('COM_SPORTSMANAGER_GENERATE_ENCOUNTERS_NEXT_ROUND'); ?></div>
|
: <?php echo Text::_('COM_SPORTSMANAGER_GENERATE_ENCOUNTERS_NEXT_ROUND'); ?></div>
|
||||||
@@ -9550,7 +9550,7 @@ class HTML_sportsmanager_admin
|
|||||||
<td nowrap style="width: 60%; vertical-align: top">
|
<td nowrap style="width: 60%; vertical-align: top">
|
||||||
<div class="uk-overflow-auto">
|
<div class="uk-overflow-auto">
|
||||||
<table>
|
<table>
|
||||||
<tr><td colspan=2 style="text-align: center; background-color: #660033"><b>Grundeinstellungen</b></td></tr>
|
<tr><td colspan=2 style="text-align: center; background-color: #660033;color: #cccccc;"><b>Grundeinstellungen</b></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Runden</td>
|
<td>Runden</td>
|
||||||
<td colspan style="text-align: left">
|
<td colspan style="text-align: left">
|
||||||
@@ -9607,14 +9607,14 @@ class HTML_sportsmanager_admin
|
|||||||
$bgcolor = "#000099";
|
$bgcolor = "#000099";
|
||||||
}
|
}
|
||||||
if ($spieltag == 1){
|
if ($spieltag == 1){
|
||||||
echo "<tr><td colspan=2 style='text-align: center; background-color: #000099'><b>Hinrunde</b></td></tr>";
|
echo "<tr><td colspan=2 style='text-align: center; background-color: #000099; color: #cccccc;'><b>Hinrunde</b></td></tr>";
|
||||||
}
|
}
|
||||||
if ($spieltag == $spieltage + 1){
|
if ($spieltag == $spieltage + 1){
|
||||||
echo "<tr><td colspan=2 style='text-align: center; background-color: #000033'><b>Rückrunde</b> (Bei <i><u>Nur Hinrunde</u></i> sind hier keine Eingaben erforderlich)</td></tr>";
|
echo "<tr><td colspan=2 style='text-align: center; background-color: #000033; color: #cccccc;'><b>Rückrunde</b> (Bei <i><u>Nur Hinrunde</u></i> sind hier keine Eingaben erforderlich)</td></tr>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap style="width: 130px; text-align: center; background-color: <?php echo $bgcolor; ?>">
|
<td nowrap style="width: 130px; text-align: center; background-color: <?php echo $bgcolor; ?>; color: #cccccc;">
|
||||||
<label
|
<label
|
||||||
for="calendar_week_<?php echo $spieltag; ?>"><?php echo $spieltag; ?>
|
for="calendar_week_<?php echo $spieltag; ?>"><?php echo $spieltag; ?>
|
||||||
. <?php echo Text::_('COM_SPORTSMANAGER_GAMEDAY'); ?>:</label>
|
. <?php echo Text::_('COM_SPORTSMANAGER_GAMEDAY'); ?>:</label>
|
||||||
@@ -9659,7 +9659,7 @@ class HTML_sportsmanager_admin
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
echo "<tr><td colspan=2 style='text-align: center'> </td></tr>";
|
echo "<tr><td colspan=2 style='text-align: center'> </td></tr>";
|
||||||
echo "<tr><td colspan=2 style='text-align: center; background-color: #660033'
|
echo "<tr><td colspan=2 style='text-align: center; background-color: #660033; color: #cccccc;'
|
||||||
title='Setzliste bzw. Erste Paarung Automatisch: Spiele sind die die erste Begegnungen in der Saison Setzliste: Mannschaften werden in eine Spielmatrix gesetzt Manschaften aud 1/2 bzw. 3/4 bzw. 5/6 usw. haben nie gleichzeitg Heimrecht!'><b>Setzliste bzw. Erste Paarung</b></td></tr>";
|
title='Setzliste bzw. Erste Paarung Automatisch: Spiele sind die die erste Begegnungen in der Saison Setzliste: Mannschaften werden in eine Spielmatrix gesetzt Manschaften aud 1/2 bzw. 3/4 bzw. 5/6 usw. haben nie gleichzeitg Heimrecht!'><b>Setzliste bzw. Erste Paarung</b></td></tr>";
|
||||||
for ($teamnr = 1; $teamnr <= $anzahlteams; $teamnr += 2) {
|
for ($teamnr = 1; $teamnr <= $anzahlteams; $teamnr += 2) {
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user