mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Änderungen nach review
This commit is contained in:
@@ -2643,7 +2643,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
|
||||
</div>
|
||||
|
||||
<div class="uk-overflow-auto">
|
||||
<table style="width: 720px; border-collapse: separat;" class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table style="width: 720px; border-collapse: separate;" class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<?php
|
||||
if ($row->unterteilung == 0 || $row->unterteilung == 1) {
|
||||
@@ -4192,7 +4192,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
|
||||
global $params;
|
||||
|
||||
?>
|
||||
<table class="" style="width: 100%; border: none; border-spacing: 0; padding: 3px">
|
||||
<table style="width: 100%; border: none; border-spacing: 0; padding: 3px">
|
||||
<tr>
|
||||
<?php
|
||||
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {
|
||||
@@ -4230,7 +4230,7 @@ static function tabelleAnzeigen($veranstaltung, $modus, $teams, $spieltag, $spie
|
||||
</table>
|
||||
|
||||
<div class="uk-overflow-auto">
|
||||
<table class="ucontentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user