mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Ranglistenübersicht Tables Layout
This commit is contained in:
@@ -5747,7 +5747,7 @@ global $params;
|
|||||||
|
|
||||||
if ($allein_angezeigt) {
|
if ($allein_angezeigt) {
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive" border="0" cellspacing="0" cellpadding="3" width="100%">
|
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
|
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
|
||||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||||
@@ -5787,7 +5787,7 @@ global $params;
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<div>
|
<div>
|
||||||
@@ -5800,7 +5800,7 @@ global $params;
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%">
|
||||||
<a name="bid<?php echo $spielerstatistik->bestenliste_id; ?>"></a><?php echo htmlentities_utf8($spielerstatistik->bezeichnung); ?>
|
<a name="bid<?php echo $spielerstatistik->bestenliste_id; ?>"></a><?php echo htmlentities_utf8($spielerstatistik->bezeichnung); ?>
|
||||||
@@ -5835,7 +5835,7 @@ global $params;
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-responsive uk-table-striped uk-table-hover uk-table-middle 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_PLACE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||||
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
|
<th nowrap align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
|
||||||
|
|||||||
@@ -407,7 +407,7 @@ class HTML_sportsmanager_admin {
|
|||||||
if (benutzerZugriff("spielerstatistiken_aendern")) {
|
if (benutzerZugriff("spielerstatistiken_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_spielerstatistik_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
<a href="<?php echo SportsManagerURL('&task=admin_spielerstatistik_edit'); ?>" class="readon<?php echo $params->get( 'pageclass_sfx' ); ?>">
|
||||||
@@ -419,7 +419,7 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
if (count($spielerstatistiken) > 0) {
|
if (count($spielerstatistiken) > 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_PLAYER_STATISTICS' ); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_PLAYER_STATISTICS' ); ?></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>
|
||||||
@@ -780,13 +780,13 @@ class HTML_sportsmanager_admin {
|
|||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_STATISTIK'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_STATISTIK'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_ACTIVE'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler["aktiv"]; ?></td>
|
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_ACTIVE'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler["aktiv"]; ?></td>
|
||||||
<td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_RESTRICTED_PLAYERS'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler["eingeschraenkt"]; ?></td>
|
<td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_RESTRICTED_PLAYERS'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler["eingeschraenkt"]; ?></td>
|
||||||
<td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER_PASSIV'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler["passiv"]; ?></td>
|
<td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER_PASSIV'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler["passiv"]; ?></td>
|
||||||
@@ -803,7 +803,7 @@ class HTML_sportsmanager_admin {
|
|||||||
if ($beschraenkter_zugriff == 0 || $ansprechpartner_spielerdaten_aendern) {
|
if ($beschraenkter_zugriff == 0 || $ansprechpartner_spielerdaten_aendern) {
|
||||||
?>
|
?>
|
||||||
<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_SEARCH_LABEL'); ?>:
|
<?php echo JText::_('COM_SPORTSMANAGER_SEARCH_LABEL'); ?>:
|
||||||
@@ -840,7 +840,7 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<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_LAST_FIRST_NAME') ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LAST_FIRST_NAME') ?></strong></th>
|
||||||
<th title="<?php echo JText::_('COM_SPORTSMANAGER_GENDER') ?>" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_GENDER_SHORTCUT') ?></strong></th>
|
<th title="<?php echo JText::_('COM_SPORTSMANAGER_GENDER') ?>" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_GENDER_SHORTCUT') ?></strong></th>
|
||||||
@@ -1652,7 +1652,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_IMPORT2'); ?></div>
|
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_IMPORT2'); ?></div>
|
||||||
<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>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
@@ -1779,7 +1779,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_IMPORT2'); ?></div>
|
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_IMPORT2'); ?></div>
|
||||||
<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>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
@@ -1796,13 +1796,13 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
if ($spieler_anzahl > 0) {
|
if ($spieler_anzahl > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_IMPORT_DUPLICATE_MESSAGE'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_IMPORT_DUPLICATE_MESSAGE'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -1837,7 +1837,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS'); ?>: Importinhalt prüfen</div>
|
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS'); ?>: Importinhalt prüfen</div>
|
||||||
<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>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
@@ -1863,13 +1863,13 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
if ($spieler_anzahl > 0 && $spieler[0]->namensgleich > 0) {
|
if ($spieler_anzahl > 0 && $spieler[0]->namensgleich > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SAME_NAME_BIRTH_PLAYERS'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SAME_NAME_BIRTH_PLAYERS'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -1893,13 +1893,13 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if ($spieler_anzahl > 0 && $spieler[$spieler_anzahl - 1]->namensgleich == 0) {
|
if ($spieler_anzahl > 0 && $spieler[$spieler_anzahl - 1]->namensgleich == 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_EXISTING_PLAYERS_AJUSTED'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_EXISTING_PLAYERS_AJUSTED'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NEW_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NEW_NAME'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_OLD_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_OLD_NAME'); ?></strong></th>
|
||||||
@@ -1975,7 +1975,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
if ($kategorie_potentiell_geaendert) {
|
if ($kategorie_potentiell_geaendert) {
|
||||||
?>
|
?>
|
||||||
<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>
|
<td>
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_IMPORT_RECALCULATE_RANKINGS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_IMPORT_RECALCULATE_RANKINGS'); ?>
|
||||||
@@ -1991,13 +1991,13 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SUMMARY'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SUMMARY'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_UPDATES'); ?>:</strong></td><td nowrap align="right"><?php echo $aktualisierungen; ?></td></tr>
|
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_UPDATES'); ?>:</strong></td><td nowrap align="right"><?php echo $aktualisierungen; ?></td></tr>
|
||||||
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_SUPPLEMENTED'); ?> <?php echo JText::_('COM_SPORTSMANAGER_PLAYERS'); ?>:</strong></td><td nowrap align="right"><?php echo count($spielerHinzugefuegt); ?></td></tr>
|
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_SUPPLEMENTED'); ?> <?php echo JText::_('COM_SPORTSMANAGER_PLAYERS'); ?>:</strong></td><td nowrap align="right"><?php echo count($spielerHinzugefuegt); ?></td></tr>
|
||||||
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_SUPPLEMENTED'); ?> <?php echo JText::_('COM_SPORTSMANAGER_CLUBS'); ?>:</strong></td><td nowrap align="right"><?php echo $vereineHinzugefuegt; ?></td></tr>
|
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_SUPPLEMENTED'); ?> <?php echo JText::_('COM_SPORTSMANAGER_CLUBS'); ?>:</strong></td><td nowrap align="right"><?php echo $vereineHinzugefuegt; ?></td></tr>
|
||||||
@@ -2008,13 +2008,13 @@ class HTML_sportsmanager_admin {
|
|||||||
$n = 0;
|
$n = 0;
|
||||||
if ($spieler_anzahl > 0 && $spieler_import[0]->namensgleich > 0) {
|
if ($spieler_anzahl > 0 && $spieler_import[0]->namensgleich > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_SAME_NAME_BIRTHYEAR'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_SAME_NAME_BIRTHYEAR'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -2039,13 +2039,13 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if ($spieler_anzahl > $n && ($spieler_import[$n]->nachname_alt != NULL || $spieler_import[$n]->vorname_alt != NULL)) {
|
if ($spieler_anzahl > $n && ($spieler_import[$n]->nachname_alt != NULL || $spieler_import[$n]->vorname_alt != NULL)) {
|
||||||
?>
|
?>
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_EXISTING_PLAYERS_AJUSTED'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_EXISTING_PLAYERS_AJUSTED'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NEW_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NEW_NAME'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_OLD_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_OLD_NAME'); ?></strong></th>
|
||||||
@@ -2084,13 +2084,13 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $vereineManuell ) > 0) {
|
if (count( $vereineManuell ) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_CLUB_MANUAL_ASSIGNMENT'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_CLUB_MANUAL_ASSIGNMENT'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -2112,13 +2112,13 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $ausgetreteneVereineMitAktivenMitgliedern ) > 0) {
|
if (count( $ausgetreteneVereineMitAktivenMitgliedern ) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_CLUBS_REACTIVATED'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_CLUBS_REACTIVATED'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -2140,13 +2140,13 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($spielerHinzugefuegt)) {
|
if (!empty($spielerHinzugefuegt)) {
|
||||||
?>
|
?>
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_ADDED'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS_ADDED'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME'); ?></strong></th>
|
||||||
@@ -2197,7 +2197,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
if (count($verteiler) > 0) {
|
if (count($verteiler) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_MAILING_LISTS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_MAILING_LISTS'); ?>
|
||||||
@@ -2205,7 +2205,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EMAIL'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EMAIL'); ?></strong></th>
|
||||||
@@ -2249,7 +2249,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
if (count($organisationen) > 0) {
|
if (count($organisationen) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_ORGANISATIONS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_ORGANISATIONS'); ?>
|
||||||
@@ -2257,7 +2257,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_ORGANISATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ORGANISATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EMAIL'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EMAIL'); ?></strong></th>
|
||||||
@@ -2297,7 +2297,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
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>
|
<tr>
|
||||||
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_EVENTS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_EVENTS'); ?>
|
||||||
@@ -2311,7 +2311,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_EVENT'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EVENT'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EMAIL'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EMAIL'); ?></strong></th>
|
||||||
@@ -2409,7 +2409,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_DISREGARDED_MEMBER_BILLS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_DISREGARDED_MEMBER_BILLS'); ?>
|
||||||
@@ -2421,7 +2421,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
if (count($rechnungen) == 0) {
|
if (count($rechnungen) == 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 nowrap>
|
<td nowrap>
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_NEW_ADMISSIONS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_NEW_ADMISSIONS'); ?>
|
||||||
@@ -2431,7 +2431,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
} else if (count($neuzugaenge) == 0) {
|
} else if (count($neuzugaenge) == 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 nowrap>
|
<td nowrap>
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_NO_NEW_ITEMS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_NO_NEW_ITEMS'); ?>
|
||||||
@@ -2441,7 +2441,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
?>
|
?>
|
||||||
<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_ORGANISATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ORGANISATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
||||||
@@ -2470,7 +2470,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
if (count($aufsummierung) > 0) {
|
if (count($aufsummierung) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_MEMBERS_BILLS_CONSIDERED'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_MEMBERS_BILLS_CONSIDERED'); ?>
|
||||||
@@ -2478,7 +2478,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_ORGANISATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ORGANISATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
||||||
@@ -2505,7 +2505,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$k = 0;
|
$k = 0;
|
||||||
if (count($rechnungen) > 0) {
|
if (count($rechnungen) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_MEMBERS_BILLS'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_MEMBERS_BILLS'); ?>
|
||||||
@@ -2513,7 +2513,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ORGANISATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ORGANISATION'); ?></strong></th>
|
||||||
@@ -2713,7 +2713,7 @@ class HTML_sportsmanager_admin {
|
|||||||
if ($organisationAnzeigen) {
|
if ($organisationAnzeigen) {
|
||||||
$organisation = $rows[0]->veranstalterbezeichnung;
|
$organisation = $rows[0]->veranstalterbezeichnung;
|
||||||
?>
|
?>
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo $organisation != NULL ? htmlentities_utf8($organisation) : JText::_('COM_SPORTSMANAGER_NONE2'); ?>
|
<?php echo $organisation != NULL ? htmlentities_utf8($organisation) : JText::_('COM_SPORTSMANAGER_NONE2'); ?>
|
||||||
@@ -2723,7 +2723,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<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_NAME2'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME2'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
||||||
@@ -2741,7 +2741,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</table>
|
</table>
|
||||||
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo $organisation != NULL ? htmlentities_utf8($organisation) : JText::_('COM_SPORTSMANAGER_NONE2'); ?>
|
<?php echo $organisation != NULL ? htmlentities_utf8($organisation) : JText::_('COM_SPORTSMANAGER_NONE2'); ?>
|
||||||
@@ -2749,7 +2749,7 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_NAME2'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME2'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MEMBERS'); ?></strong></th>
|
||||||
@@ -3122,7 +3122,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $vereinsmitglieder ) > 0) {
|
if (count( $vereinsmitglieder ) > 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_LAST_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LAST_NAME'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME');?> </strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME');?> </strong></th>
|
||||||
@@ -3246,7 +3246,7 @@ class HTML_sportsmanager_admin {
|
|||||||
$ortsname = $rows[0]->ortsname;
|
$ortsname = $rows[0]->ortsname;
|
||||||
if (!empty($ortsname)) {
|
if (!empty($ortsname)) {
|
||||||
?>
|
?>
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo htmlentities_utf8($ortsname); ?>
|
<?php echo htmlentities_utf8($ortsname); ?>
|
||||||
@@ -3256,7 +3256,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<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_VENUE' ); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_VENUE' ); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_STREET'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_STREET'); ?></strong></th>
|
||||||
@@ -3278,7 +3278,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
if (!empty($ortsname)) {
|
if (!empty($ortsname)) {
|
||||||
?>
|
?>
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
|
||||||
<?php echo htmlentities_utf8($ortsname); ?>
|
<?php echo htmlentities_utf8($ortsname); ?>
|
||||||
@@ -3289,7 +3289,7 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<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_VENUE' ); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_VENUE' ); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_STREET'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_STREET'); ?></strong></th>
|
||||||
@@ -3503,7 +3503,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTIVE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTIVE'); ?></strong></th>
|
||||||
@@ -3849,7 +3849,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -4085,7 +4085,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTIVE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTIVE'); ?></strong></th>
|
||||||
@@ -4284,7 +4284,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
if (count($teilnehmerpunkte) > 0) {
|
if (count($teilnehmerpunkte) > 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_PLACE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_POINTS'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_POINTS'); ?></strong></th>
|
||||||
@@ -4602,7 +4602,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $turnierdisziplinen ) > 0) {
|
if (count( $turnierdisziplinen ) > 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_TOURNAMENT_DISCIPLINE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TOURNAMENT_DISCIPLINE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SYSTEM'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SYSTEM'); ?></strong></th>
|
||||||
@@ -4938,7 +4938,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><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_DAY'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_DAY'); ?></strong></th>
|
||||||
@@ -4965,7 +4965,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_COMPETITIONS' ); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_INDIVIDUAL_COMPETITIONS' ); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SEASON'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SEASON'); ?></strong></th>
|
||||||
@@ -5091,7 +5091,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_NAME'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_USERNAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_USERNAME'); ?></strong></th>
|
||||||
@@ -5228,7 +5228,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -5303,7 +5303,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
<th nowrap title="<?php echo JText::_('COM_SPORTSMANAGER_CATEGORY'); ?>"><strong>K</strong></th>
|
<th nowrap title="<?php echo JText::_('COM_SPORTSMANAGER_CATEGORY'); ?>"><strong>K</strong></th>
|
||||||
@@ -5347,7 +5347,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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_DESIGNATION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_DESIGNATION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_TYPE' ); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_( 'COM_SPORTSMANAGER_TYPE' ); ?></strong></th>
|
||||||
@@ -5965,7 +5965,7 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<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_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TEAM_NAME'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_CLUB'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_CLUB'); ?></strong></th>
|
||||||
@@ -6564,7 +6564,7 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<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_LAST_NAME'); ?>, <?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME');?> </strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_LAST_NAME'); ?>, <?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME');?> </strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FIRST_NAME'); ?></strong></th>
|
||||||
@@ -6995,7 +6995,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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' ); ?>">
|
||||||
<?php
|
<?php
|
||||||
if ($veranstaltung->unterteilung == 0 || $veranstaltung->unterteilung == 1) {
|
if ($veranstaltung->unterteilung == 0 || $veranstaltung->unterteilung == 1) {
|
||||||
@@ -7280,13 +7280,13 @@ class HTML_sportsmanager_admin {
|
|||||||
global $params;
|
global $params;
|
||||||
if (count( $verlegen_aktionen ) > 0) {
|
if (count( $verlegen_aktionen ) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_HISTORY');?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_HISTORY');?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_SCHEDULE_DATE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTION');?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTION');?></strong></th>
|
||||||
@@ -8352,7 +8352,7 @@ class HTML_sportsmanager_admin {
|
|||||||
<?php
|
<?php
|
||||||
if (count($spiele) > 0) {
|
if (count($spiele) > 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 align="center" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th>
|
<th align="center" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th>
|
||||||
<th align="left" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS'); ?></strong></th>
|
<th align="left" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYERS'); ?></strong></th>
|
||||||
@@ -8419,13 +8419,13 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_OUTPUT_RANKING');?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_OUTPUT_RANKING');?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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>
|
||||||
<?php
|
<?php
|
||||||
$platz = 0;
|
$platz = 0;
|
||||||
@@ -9020,7 +9020,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count( $rows ) > 0) {
|
if (count( $rows ) > 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>Disziplin</strong></th>
|
<th nowrap><strong>Disziplin</strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_CONTRACTION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_CONTRACTION'); ?></strong></th>
|
||||||
@@ -9539,13 +9539,13 @@ class HTML_sportsmanager_admin {
|
|||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_ROUND_GRADES'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_ROUND_GRADES'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_ROUND_GRADES'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ROUND_GRADES'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MESSAGES'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_MESSAGES'); ?></strong></th>
|
||||||
@@ -9578,7 +9578,7 @@ class HTML_sportsmanager_admin {
|
|||||||
foreach (array(0, 1, 2, 3, 10, 20) as $rundenstufe) {
|
foreach (array(0, 1, 2, 3, 10, 20) as $rundenstufe) {
|
||||||
if (count($meldungen[$rundenstufe]) > 0 || ($rundenstufe != 0 && $rundenstufe != 20 && count($spiele[$rundenstufe])) > 0) {
|
if (count($meldungen[$rundenstufe]) > 0 || ($rundenstufe != 0 && $rundenstufe != 20 && count($spiele[$rundenstufe])) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo rundenstufe($rundenstufe); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo rundenstufe($rundenstufe); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -9588,7 +9588,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (count($meldungen[$rundenstufe]) > 0) {
|
if (count($meldungen[$rundenstufe]) > 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' ); ?>">
|
||||||
<?php
|
<?php
|
||||||
if ($platzierung_anzeigen) {
|
if ($platzierung_anzeigen) {
|
||||||
@@ -9643,7 +9643,7 @@ class HTML_sportsmanager_admin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<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 align="center" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ROUND'); ?></strong></th>
|
<th align="center" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ROUND'); ?></strong></th>
|
||||||
<th align="left" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_WINNER'); ?></strong></th>
|
<th align="left" nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_WINNER'); ?></strong></th>
|
||||||
@@ -9706,7 +9706,7 @@ class HTML_sportsmanager_admin {
|
|||||||
?>
|
?>
|
||||||
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_IMPORT_MESSAGES_GAMES');?> <?php echo htmlentities_utf8($row->turnierbezeichnung . (!empty($row->turnierort) ? (" in " . $row->turnierort) : "") . ": " . $row->disziplin . " (" . FormatiertesDatum($row->beginn) . ")"); ?></div>
|
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_IMPORT_MESSAGES_GAMES');?> <?php echo htmlentities_utf8($row->turnierbezeichnung . (!empty($row->turnierort) ? (" in " . $row->turnierort) : "") . ": " . $row->disziplin . " (" . FormatiertesDatum($row->beginn) . ")"); ?></div>
|
||||||
|
|
||||||
<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>
|
<td>
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_IMPORT_MESSAGES_TEXT');?>
|
<?php echo JText::_('COM_SPORTSMANAGER_IMPORT_MESSAGES_TEXT');?>
|
||||||
@@ -10607,13 +10607,13 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SUMMARY'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SUMMARY'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_AKTURLISIERTE'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler; ?></td></tr>
|
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_AKTURLISIERTE'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlSpieler; ?></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
||||||
@@ -10622,13 +10622,13 @@ class HTML_sportsmanager_admin {
|
|||||||
$n = 0;
|
$n = 0;
|
||||||
if (count($nicht_importiere_bilder) > 0) {
|
if (count($nicht_importiere_bilder) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_NOT_IMPORTED_IMAGES'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_NOT_IMPORTED_IMAGES'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_FILENAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FILENAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -10724,13 +10724,13 @@ class HTML_sportsmanager_admin {
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SUMMARY'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_SUMMARY'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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 valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_UPDATE_CLUB_PHOTOS'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlVereine; ?></td></tr>
|
<tr><td nowrap valign="top"><strong><?php echo JText::_('COM_SPORTSMANAGER_UPDATE_CLUB_PHOTOS'); ?>:</strong></td><td nowrap align="right"><?php echo $anzahlVereine; ?></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
||||||
@@ -10739,13 +10739,13 @@ class HTML_sportsmanager_admin {
|
|||||||
$n = 0;
|
$n = 0;
|
||||||
if (count($nicht_importiere_bilder) > 0) {
|
if (count($nicht_importiere_bilder) > 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 nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_NOT_IMPORTED_IMAGES'); ?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_NOT_IMPORTED_IMAGES'); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_FILENAME'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FILENAME'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -11113,7 +11113,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($terminaktionen)) {
|
if (!empty($terminaktionen)) {
|
||||||
?>
|
?>
|
||||||
<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_SCHEDULE_DATE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTION');?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTION');?></strong></th>
|
||||||
@@ -11497,13 +11497,13 @@ class HTML_sportsmanager_admin {
|
|||||||
?>
|
?>
|
||||||
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
<span class="article_seperator<?php echo $params->get( 'pageclass_sfx' ); ?>"> </span>
|
||||||
|
|
||||||
<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 class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_HISTORY');?></td>
|
<td nowrap class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"><?php echo JText::_('COM_SPORTSMANAGER_HISTORY');?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<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_SCHEDULE_DATE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SCHEDULE_DATE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTION');?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_ACTION');?></strong></th>
|
||||||
@@ -12109,7 +12109,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
|
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
|
||||||
|
|
||||||
<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>
|
<td>
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_APPLICATION_DONE_MESSAGE'); ?>
|
<?php echo JText::_('COM_SPORTSMANAGER_APPLICATION_DONE_MESSAGE'); ?>
|
||||||
@@ -12146,7 +12146,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($bezeichnungen)) {
|
if (!empty($bezeichnungen)) {
|
||||||
?>
|
?>
|
||||||
<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_EVENT'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EVENT'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -12233,7 +12233,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($bezeichnungszusaetze)) {
|
if (!empty($bezeichnungszusaetze)) {
|
||||||
?>
|
?>
|
||||||
<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_EVENT_ADDITION'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_EVENT_ADDITION'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TITLE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_TITLE'); ?></strong></th>
|
||||||
@@ -12330,7 +12330,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($bundeslaender)) {
|
if (!empty($bundeslaender)) {
|
||||||
?>
|
?>
|
||||||
<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_FEDERAL_STATE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_FEDERAL_STATE'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -12417,7 +12417,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($laender)) {
|
if (!empty($laender)) {
|
||||||
?>
|
?>
|
||||||
<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_STATE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_STATE'); ?></strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -12504,7 +12504,7 @@ class HTML_sportsmanager_admin {
|
|||||||
|
|
||||||
if (!empty($symbole)) {
|
if (!empty($symbole)) {
|
||||||
?>
|
?>
|
||||||
<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_SYMBOL_TITLE'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SYMBOL_TITLE'); ?></strong></th>
|
||||||
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SYMBOL'); ?></strong></th>
|
<th nowrap><strong><?php echo JText::_('COM_SPORTSMANAGER_SYMBOL'); ?></strong></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user