mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Terminübersicht remove center Date
This commit is contained in:
@@ -10839,6 +10839,7 @@ class HTML_sportsmanager_admin {
|
|||||||
document.getElementById("button_filter_anzeigen").style.display = 'none';
|
document.getElementById("button_filter_anzeigen").style.display = 'none';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<!-- Terminübersicht -->
|
||||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
||||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -10989,7 +10990,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<tr class="sectiontableentry<?php echo ($termin->datumsdifferenz >= -7 && $termin->datumsdifferenz <= 14) ? 4 : ($termin->datumsdifferenz < 0 ? 3 : 5); ?><?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<tr class="sectiontableentry<?php echo ($termin->datumsdifferenz >= -7 && $termin->datumsdifferenz <= 14) ? 4 : ($termin->datumsdifferenz < 0 ? 3 : 5); ?><?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||||
<td nowrap align="center">
|
<td nowrap>
|
||||||
<?php
|
<?php
|
||||||
if ($link_kommende_zu_setzen && $termin->datumsdifferenz >= 0) {
|
if ($link_kommende_zu_setzen && $termin->datumsdifferenz >= 0) {
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user