| @@ 1884-1886 (lines=3) @@ | ||
| 1881 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1882 | <ul>'; |
|
| 1883 | ||
| 1884 | foreach ($incontext['steps'] as $num => $step) |
|
| 1885 | echo ' |
|
| 1886 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1887 | ||
| 1888 | echo ' |
|
| 1889 | </ul> |
|
| @@ 3363-3365 (lines=3) @@ | ||
| 3360 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3361 | <ul>'; |
|
| 3362 | ||
| 3363 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3364 | echo ' |
|
| 3365 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3366 | ||
| 3367 | echo ' |
|
| 3368 | </ul> |
|