mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
Ranglistenübersicht Header
This commit is contained in:
@@ -6854,7 +6854,6 @@ global $params;
|
||||
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo htmlentities_utf8($titel); ?></div><?php }
|
||||
if (!empty($beschreibung)) {
|
||||
?>
|
||||
<div class="uk-h1 uk-heading-divider uk-text-center componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_RANKING'); ?></div>
|
||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td><?php echo strpos($beschreibung, ">") !== false ? $beschreibung : htmlentities_utf8($beschreibung); ?></td>
|
||||
@@ -6865,6 +6864,7 @@ global $params;
|
||||
if (count($saisons) > 0) {
|
||||
?>
|
||||
<form action="<?php echo SportsManagerURL(); ?>" method="post" name="adminForm" id="adminForm">
|
||||
<div class="uk-h1 uk-heading-divider uk-text-center componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_RANKING'); ?></div>
|
||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||
<tr>
|
||||
<td nowrap>
|
||||
|
||||
Reference in New Issue
Block a user