Rangliste add Table width class

This commit is contained in:
Daniel Goerlich
2021-02-19 14:52:04 +01:00
parent 669fd840cc
commit f9ac4b0657
@@ -6957,7 +6957,7 @@ global $params;
<?php
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'); ?>">
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
<th align="left"><strong><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></strong></th>