Spielerprofil Change Subheaders to h2

This commit is contained in:
Daniel Goerlich
2021-02-16 18:07:03 +01:00
parent a66b2ea91a
commit 415e4f7d34
@@ -4532,7 +4532,7 @@ global $params;
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_INFORMATION'); ?></td> width="100%"><h2><?php echo JText::_('COM_SPORTSMANAGER_INFORMATION'); ?></h2></td>
</tr> </tr>
</table> </table>
<table class="uk-table uk-table-responsive uk-table-shrink uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-shrink uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
@@ -4710,7 +4710,7 @@ global $params;
<table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_RANKING_PLACEMENT'); ?></td> width="100%"><h2><?php echo JText::_('COM_SPORTSMANAGER_RANKING_PLACEMENT'); ?></h2></td>
</tr> </tr>
</table> </table>
@@ -4763,7 +4763,7 @@ global $params;
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_MESSAGES'); ?></td> width="100%"><h2><?php echo JText::_('COM_SPORTSMANAGER_MESSAGES'); ?></h2></td>
</tr> </tr>
</table> </table>
@@ -4822,7 +4822,7 @@ global $params;
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>"
width="100%"><?php echo JText::_('COM_SPORTSMANAGER_DISCIPLINE'); ?></td> width="100%"><h2><?php echo JText::_('COM_SPORTSMANAGER_DISCIPLINE'); ?></h2></td>
</tr> </tr>
</table> </table>
@@ -4881,7 +4881,7 @@ global $params;
<table class="uk-table uk-table-responsive uk-table-shrink uk-table-hover uk-table-middle contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive uk-table-shrink 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%"><a <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%"><a
name="verlauf_einzel"></a><?php echo JText::_('COM_SPORTSMANAGER_LAST_SINGLES_GAME'); ?> name="verlauf_einzel"></a><h2><?php echo JText::_('COM_SPORTSMANAGER_LAST_SINGLES_GAME'); ?></h2>
</td> </td>
</tr> </tr>
</table> </table>
@@ -5060,7 +5060,7 @@ global $params;
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>"> <table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr> <tr>
<td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%"><a <td nowrap class="contentheading<?php echo $params->get('pageclass_sfx'); ?>" width="100%"><a
name="verlauf_doppel"></a><?php echo JText::_('COM_SPORTSMANAGER_LAST_DOUBLES_GAME'); ?> name="verlauf_doppel"></a><h2><?php echo JText::_('COM_SPORTSMANAGER_LAST_DOUBLES_GAME'); ?></h2>
</td> </td>
</tr> </tr>
</table> </table>