| @@ 1887-1889 (lines=3) @@ | ||
| 1884 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 1885 | <ul>'; |
|
| 1886 | ||
| 1887 | foreach ($incontext['steps'] as $num => $step) |
|
| 1888 | echo ' |
|
| 1889 | <li class="', $num < $incontext['current_step'] ? 'stepdone' : ($num == $incontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 1890 | ||
| 1891 | echo ' |
|
| 1892 | </ul> |
|
| @@ 3377-3379 (lines=3) @@ | ||
| 3374 | <h2>', $txt['upgrade_progress'], '</h2> |
|
| 3375 | <ul>'; |
|
| 3376 | ||
| 3377 | foreach ($upcontext['steps'] as $num => $step) |
|
| 3378 | echo ' |
|
| 3379 | <li class="', $num < $upcontext['current_step'] ? 'stepdone' : ($num == $upcontext['current_step'] ? 'stepcurrent' : 'stepwaiting'), '">', $txt['upgrade_step'], ' ', $step[0], ': ', $step[1], '</li>'; |
|
| 3380 | ||
| 3381 | echo ' |
|
| 3382 | </ul> |
|