| @@ 1952-1954 (lines=3) @@ | ||
| 1949 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1950 | <ul>'; |
|
| 1951 | ||
| 1952 | foreach ($incontext['steps'] as $num => $step) |
|
| 1953 | echo ' |
|
| 1954 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1955 | ||
| 1956 | echo ' |
|
| 1957 | </ul> |
|
| @@ 3447-3449 (lines=3) @@ | ||
| 3444 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3445 | <ul>'; |
|
| 3446 | ||
| 3447 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3448 | echo ' |
|
| 3449 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3450 | ||
| 3451 | echo ' |
|
| 3452 | </ul> |
|