mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Spielerprofil Ranglistenwertung add Table-width class
This commit is contained in:
@@ -4707,7 +4707,7 @@ global $params;
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="uk-overflow-auto">
|
<div class="uk-overflow-auto">
|
||||||
<table class="uk-table uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table 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_RANKING'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANKING'); ?></strong></th>
|
||||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_PLACE'); ?></strong></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user