| @@ 1953-1955 (lines=3) @@ | ||
| 1950 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1951 | <ul>'; |
|
| 1952 | ||
| 1953 | foreach ($incontext['steps'] as $num => $step) |
|
| 1954 | echo ' |
|
| 1955 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1956 | ||
| 1957 | echo ' |
|
| 1958 | </ul> |
|
| @@ 3573-3575 (lines=3) @@ | ||
| 3570 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3571 | <ul>'; |
|
| 3572 | ||
| 3573 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3574 | echo ' |
|
| 3575 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3576 | ||
| 3577 | echo ' |
|
| 3578 | </ul> |
|