| @@ 1847-1849 (lines=3) @@ | ||
| 1844 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1845 | <ul>'; |
|
| 1846 | ||
| 1847 | foreach ($incontext['steps'] as $num => $step) |
|
| 1848 | echo ' |
|
| 1849 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1850 | ||
| 1851 | echo ' |
|
| 1852 | </ul> |
|
| @@ 3348-3350 (lines=3) @@ | ||
| 3345 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3346 | <ul>'; |
|
| 3347 | ||
| 3348 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3349 | echo ' |
|
| 3350 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3351 | ||
| 3352 | echo ' |
|
| 3353 | </ul> |
|