| @@ 1962-1964 (lines=3) @@ | ||
| 1959 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1960 | <ul>'; |
|
| 1961 | ||
| 1962 | foreach ($incontext['steps'] as $num => $step) |
|
| 1963 | echo ' |
|
| 1964 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1965 | ||
| 1966 | echo ' |
|
| 1967 | </ul> |
|
| @@ 3596-3598 (lines=3) @@ | ||
| 3593 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3594 | <ul>'; |
|
| 3595 | ||
| 3596 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3597 | echo ' |
|
| 3598 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3599 | ||
| 3600 | echo ' |
|
| 3601 | </ul> |
|