mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Terminkalender Layout Tabelle hover
This commit is contained in:
@@ -10840,7 +10840,7 @@ class HTML_sportsmanager_admin {
|
||||
}
|
||||
</script>
|
||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
||||
<table class="uk-table uk-table-responsive uk-table-striped contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<?php echo JText::_('COM_SPORTSMANAGER_YEAR'); ?>:
|
||||
@@ -10942,7 +10942,7 @@ class HTML_sportsmanager_admin {
|
||||
|
||||
if ($link_kommende_zu_setzen) {
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-striped contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||
<tr>
|
||||
<td align="left" colspan="2">
|
||||
<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 contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover contentpaneopen<?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_EVENT'); ?></strong></th>
|
||||
|
||||
Reference in New Issue
Block a user