| @@ 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> |
|
| @@ 3380-3382 (lines=3) @@ | ||
| 3377 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3378 | <ul>'; |
|
| 3379 | ||
| 3380 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3381 | echo ' |
|
| 3382 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3383 | ||
| 3384 | echo ' |
|
| 3385 | </ul> |
|