mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Remove UKkit for intern tables
This commit is contained in:
@@ -126,7 +126,7 @@ class HTML_sportsmanager_admin {
|
|||||||
if (count($saisons) > 0) {
|
if (count($saisons) > 0) {
|
||||||
?>
|
?>
|
||||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
<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>
|
<tr>
|
||||||
<td nowrap>
|
<td nowrap>
|
||||||
<?php echo JText::_( 'COM_SPORTSMANAGER_SEASON' ); ?>:
|
<?php echo JText::_( 'COM_SPORTSMANAGER_SEASON' ); ?>:
|
||||||
@@ -148,7 +148,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$beschraenkter_zugriff_veranstaltungen = benutzerZugriff("mannschaftswettbewerb_aendern") ? 0 : 1;
|
$beschraenkter_zugriff_veranstaltungen = benutzerZugriff("mannschaftswettbewerb_aendern") ? 0 : 1;
|
||||||
if (!$beschraenkter_zugriff_veranstaltungen && $statistik["veranstalter"] > 0 && $statistik["teamspielmodi"] > 0 && $statistik["saisons"] > 0) {
|
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>
|
<tr>
|
||||||
<td align="left" colspan="2">
|
<td align="left" colspan="2">
|
||||||
<a href="<?php echo SportsManagerURL('&task=admin_veranstaltung_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<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) {
|
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' ); ?>">
|
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||||
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_TEAM_COMPETITION' ); ?></strong></th>
|
<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>
|
<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;
|
$beschraenkter_zugriff_turniere = benutzerZugriff("turniere_aendern") ? 0 : 1;
|
||||||
if (!$beschraenkter_zugriff_turniere && $statistik["veranstalter"] > 0 && $statistik["saisons"] > 0) {
|
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>
|
<tr>
|
||||||
<td align="left" colspan="2">
|
<td align="left" colspan="2">
|
||||||
<a href="<?php echo SportsManagerURL('&task=admin_turnier_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<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) {
|
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' ); ?>">
|
<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_TOURNAMENT' ); ?></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 (benutzerZugriff("ranglisten_aendern")) {
|
||||||
if ($statistik["saisons"] > 0) {
|
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>
|
<tr>
|
||||||
<td align="left" colspan="2">
|
<td align="left" colspan="2">
|
||||||
<a href="<?php echo SportsManagerURL('&task=admin_rangliste_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<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) {
|
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' ); ?>">
|
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||||
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_RANKING' ); ?></strong></th>
|
<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>
|
<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;
|
$beschraenkter_zugriff_individualwettbewerbe = benutzerZugriff("individualwettbewerbe_aendern") ? 0 : 1;
|
||||||
if (!$beschraenkter_zugriff_individualwettbewerbe && $statistik["veranstalter"] > 0 && $statistik["saisons"] > 0) {
|
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>
|
<tr>
|
||||||
<td align="left" colspan="2">
|
<td align="left" colspan="2">
|
||||||
<a href="<?php echo SportsManagerURL('&task=admin_individualwettbewerb_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<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) {
|
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' ); ?>">
|
<tr class="sectiontableheader<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||||
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_INDIVIDUAL_COMPETITION' ); ?></strong></th>
|
<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>
|
<th nowrap title="<?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY' ); ?>"><strong><?php echo JText::_( 'COM_SPORTSMANAGER_CATEGORY_SHORTCUT' ); ?></strong></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user