mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Rangliste add Table width class
This commit is contained in:
@@ -6957,7 +6957,7 @@ global $params;
|
|||||||
<?php
|
<?php
|
||||||
if (count($rangliste_punkte) > 0) {
|
if (count($rangliste_punkte) > 0) {
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-divider uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-divider uk-table-hover uk-table-middle rangliste-width 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><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
|
||||||
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
|
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user