| @@ 3344-3346 (lines=3) @@ | ||
| 3341 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3342 | <ul>'; |
|
| 3343 | ||
| 3344 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3345 | echo ' |
|
| 3346 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3347 | ||
| 3348 | echo ' |
|
| 3349 | </ul> |
|
| @@ 1851-1853 (lines=3) @@ | ||
| 1848 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1849 | <ul>'; |
|
| 1850 | ||
| 1851 | foreach ($incontext['steps'] as $num => $step) |
|
| 1852 | echo ' |
|
| 1853 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1854 | ||
| 1855 | echo ' |
|
| 1856 | </ul> |
|