Terminkalender Tabelleneinträge mittig

This commit is contained in:
Daniel Goerlich
2021-01-14 16:05:31 +01:00
parent 09630707a5
commit 0900018eb8
@@ -10942,7 +10942,7 @@ class HTML_sportsmanager_admin {
if ($link_kommende_zu_setzen) { if ($link_kommende_zu_setzen) {
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr> <tr>
<td align="left" colspan="2"> <td align="left" colspan="2">
<a href="#kommende" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>"> <a href="#kommende" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
@@ -10954,7 +10954,7 @@ class HTML_sportsmanager_admin {
} }
?> ?>
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>"> <table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>"> <tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DATE'); ?></strong></th> <th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DATE'); ?></strong></th>
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EVENT'); ?></strong></th> <th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EVENT'); ?></strong></th>