Ticket #2366: page.routing.php.patch

File page.routing.php.patch, 0.8 kB (added by Blackdog, 4 years ago)

Updated Patch (in unified diff format)

  • page.routing.php

    old new  
    205205$positions=count($routepriority); 
    206206foreach ($routepriority as $tresult) { 
    207207  $key++; 
    208     echo "\t<li>\n\t\t<a " . ($extdisplay==$tresult[0] ? 'class="current"':'') . 
     208    echo "\t<li>\n\t\t<span style='display:-moz-inline-stack; display:inline-block; width:120px;'><a " . ($extdisplay==$tresult[0] ? 'class="current"':'') . 
    209209      " href=\"config.php?display=" .  
    210210      urlencode($display)."&amp;extdisplay=" .  
    211       urlencode($tresult[0]) . "\">$key " . substr($tresult[0],4)."</a>\n"; 
     211      urlencode($tresult[0]) . "\">$key " . substr($tresult[0],4)."</a></span>\n"; 
    212212 
    213213    if ($key > 0) 
    214214      echo "\t\t<img src=\"images/scrollup.gif\" onclick=\"repositionRoute('$key','up')\" alt='" .  _("Move Up") .