mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Rangliste Anpassungen Breadcrumb
This commit is contained in:
@@ -6906,40 +6906,12 @@ global $params;
|
|||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
<table class="uk-table uk-table-responsive uk-table-middle" border="0" cellspacing="0" cellpadding="3" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="30" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"></th>
|
|
||||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
||||||
<!--img src="images/M_images/arrow.png" border="0"/--> <a
|
<a href="<?php echo SportsManagerURL('#rid' . $rangliste->rangliste_id); ?>">
|
||||||
href="<?php echo SportsManagerURL('#rid' . $rangliste->rangliste_id); ?>">
|
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_RANKINGS'); ?></a>
|
<?php echo JText::_('COM_SPORTSMANAGER_RANKINGS'); ?></a>
|
||||||
> <?php echo htmlentities_utf8($rangliste->bezeichnung); ?>
|
> <?php echo htmlentities_utf8($rangliste->bezeichnung); ?>
|
||||||
</th>
|
</th>
|
||||||
<?php
|
<?php
|
||||||
if ($vorherige_rangliste_id != 0 || $naechste_rangliste_id != 0) {
|
|
||||||
?>
|
|
||||||
<th width="50" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
|
||||||
</th>
|
|
||||||
<?php
|
|
||||||
if ($vorherige_rangliste_id != 0) {
|
|
||||||
?>
|
|
||||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="right">
|
|
||||||
<a href="<?php echo SportsManagerURL('&task=rangliste&id=' . $vorherige_rangliste_id); ?>">
|
|
||||||
< <?php echo JText::_('COM_SPORTSMANAGER_PREVIOUS'); ?></a>
|
|
||||||
</th>
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<th width="50" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
|
||||||
</th>
|
|
||||||
<?php
|
|
||||||
if ($naechste_rangliste_id != 0) {
|
|
||||||
?>
|
|
||||||
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
|
|
||||||
<a href="<?php echo SportsManagerURL('&task=rangliste&id=' . $naechste_rangliste_id); ?>">
|
|
||||||
<?php echo JText::_('COM_SPORTSMANAGER_NEXT'); ?> ></a>
|
|
||||||
</th>
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user