| @@ 1965-1967 (lines=3) @@ | ||
| 1962 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1963 | <ul>'; |
|
| 1964 | ||
| 1965 | foreach ($incontext['steps'] as $num => $step) |
|
| 1966 | echo ' |
|
| 1967 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1968 | ||
| 1969 | echo ' |
|
| 1970 | </ul> |
|
| @@ 3578-3580 (lines=3) @@ | ||
| 3575 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3576 | <ul>'; |
|
| 3577 | ||
| 3578 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3579 | echo ' |
|
| 3580 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3581 | ||
| 3582 | echo ' |
|
| 3583 | </ul> |
|