mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Ranglistenübersicht remove hover from tech tables
This commit is contained in:
@@ -6931,7 +6931,7 @@ global $params;
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<div>
|
||||
@@ -6956,7 +6956,7 @@ global $params;
|
||||
}
|
||||
else {
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%">
|
||||
<a name="rid<?php echo $rangliste->rangliste_id; ?>"></a><?php echo htmlentities_utf8($rangliste->bezeichnung); ?>
|
||||
@@ -7036,7 +7036,7 @@ global $params;
|
||||
<?php
|
||||
if (!$allein_angezeigt) {
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td align="left" colspan="2">
|
||||
<a href="<?php echo SportsManagerURL('&task=rangliste&id=' . $rangliste->rangliste_id); ?>"
|
||||
|
||||
Reference in New Issue
Block a user