mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Ranglisten Layout striped
This commit is contained in:
@@ -6891,7 +6891,7 @@ global $params;
|
||||
|
||||
if ($allein_angezeigt) {
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
||||
<tr>
|
||||
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
|
||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||
@@ -6931,7 +6931,7 @@ global $params;
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover 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-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover 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); ?>
|
||||
@@ -6981,7 +6981,7 @@ global $params;
|
||||
<?php
|
||||
if (count($rangliste_punkte) > 0) {
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
|
||||
@@ -7036,7 +7036,7 @@ global $params;
|
||||
<?php
|
||||
if (!$allein_angezeigt) {
|
||||
?>
|
||||
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<table class="uk-table uk-table-responsive uk-table-divider uk-table-hover 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