mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37: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;
|
||||
?>
|
||||
<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 htmlentities_utf8($veranstaltung->bezeichnung); ?>
|
||||
: <?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">
|
||||
<div class="uk-overflow-auto">
|
||||
<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>
|
||||
<td>Runden</td>
|
||||
<td colspan style="text-align: left">
|
||||
@@ -9607,14 +9607,14 @@ class HTML_sportsmanager_admin
|
||||
$bgcolor = "#000099";
|
||||
}
|
||||
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){
|
||||
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>
|
||||
<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
|
||||
for="calendar_week_<?php echo $spieltag; ?>"><?php echo $spieltag; ?>
|
||||
. <?php echo Text::_('COM_SPORTSMANAGER_GAMEDAY'); ?>:</label>
|
||||
@@ -9659,7 +9659,7 @@ class HTML_sportsmanager_admin
|
||||
<?php
|
||||
}
|
||||
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>";
|
||||
for ($teamnr = 1; $teamnr <= $anzahlteams; $teamnr += 2) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user