Ticket #2366: page.routing.php.patch
| File page.routing.php.patch, 0.8 kB (added by Blackdog, 4 years ago) |
|---|
-
page.routing.php
old new 205 205 $positions=count($routepriority); 206 206 foreach ($routepriority as $tresult) { 207 207 $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"':'') . 209 209 " href=\"config.php?display=" . 210 210 urlencode($display)."&extdisplay=" . 211 urlencode($tresult[0]) . "\">$key " . substr($tresult[0],4)."</a> \n";211 urlencode($tresult[0]) . "\">$key " . substr($tresult[0],4)."</a></span>\n"; 212 212 213 213 if ($key > 0) 214 214 echo "\t\t<img src=\"images/scrollup.gif\" onclick=\"repositionRoute('$key','up')\" alt='" . _("Move Up") .
