Remove UKkit for intern tables

This commit is contained in:
Daniel Goerlich
2021-01-19 20:50:18 +01:00
parent 94789f3372
commit f945492459
2 changed files with 10 additions and 10 deletions
@@ -7036,7 +7036,7 @@ global $params;
<?php
if (!$allein_angezeigt) {
?>
<table class="uk-table uk-table-responsive 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); ?>"
@@ -126,7 +126,7 @@ class HTML_sportsmanager_admin {
if (count($saisons) > 0) {
?>
<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="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr>
<td nowrap>
<?php echo JText::_( 'COM_SPORTSMANAGER_SEASON' ); ?>:
@@ -148,7 +148,7 @@ class HTML_sportsmanager_admin {
$beschraenkter_zugriff_veranstaltungen = benutzerZugriff("mannschaftswettbewerb_aendern") ? 0 : 1;
if (!$beschraenkter_zugriff_veranstaltungen && $statistik["veranstalter"] > 0 && $statistik["teamspielmodi"] > 0 && $statistik["saisons"] > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr>
<td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&task=admin_veranstaltung_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
@@ -160,7 +160,7 @@ class HTML_sportsmanager_admin {
}
if (count( $veranstaltungen ) > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_TEAM_COMPETITION' ); ?></strong></th>
<th nowrap title="<?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY' ); ?>"><strong><?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY_SHORTCUT' ); ?></strong></th>
@@ -222,7 +222,7 @@ class HTML_sportsmanager_admin {
$beschraenkter_zugriff_turniere = benutzerZugriff("turniere_aendern") ? 0 : 1;
if (!$beschraenkter_zugriff_turniere && $statistik["veranstalter"] > 0 && $statistik["saisons"] > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr>
<td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&task=admin_turnier_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
@@ -234,7 +234,7 @@ class HTML_sportsmanager_admin {
}
if (count($turniere) > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="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_TOURNAMENT' ); ?></strong></th>
@@ -297,7 +297,7 @@ class HTML_sportsmanager_admin {
if (benutzerZugriff("ranglisten_aendern")) {
if ($statistik["saisons"] > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr>
<td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&task=admin_rangliste_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
@@ -309,7 +309,7 @@ class HTML_sportsmanager_admin {
}
if (count($ranglisten) > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_RANKING' ); ?></strong></th>
<th nowrap title="<?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY' ); ?>"><strong><?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY_SHORTCUT' ); ?></strong></th>
@@ -347,7 +347,7 @@ class HTML_sportsmanager_admin {
$beschraenkter_zugriff_individualwettbewerbe = benutzerZugriff("individualwettbewerbe_aendern") ? 0 : 1;
if (!$beschraenkter_zugriff_individualwettbewerbe && $statistik["veranstalter"] > 0 && $statistik["saisons"] > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr>
<td align="left" colspan="2">
<a href="<?php echo SportsManagerURL('&task=admin_individualwettbewerb_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
@@ -359,7 +359,7 @@ class HTML_sportsmanager_admin {
}
if (count( $individualwettbewerbe ) > 0) {
?>
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<table class="contentpaneopen<?php echo $params->get( 'pageclass_sfx' ); ?>">
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_INDIVIDUAL_COMPETITION' ); ?></strong></th>
<th nowrap title="<?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY' ); ?>"><strong><?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY_SHORTCUT' ); ?></strong></th>