Revision 75daf08f
Added by jeroen van breedam over 9 years ago
src/usr/local/www/wizard.php | ||
---|---|---|
214 | 214 |
} |
215 | 215 |
} while ($oldstepid != $stepid); |
216 | 216 |
|
217 |
$pgtitle = array($title);
|
|
218 |
$notitle = true;
|
|
217 |
$pgtitle = array(gettext("Wizard"), gettext($pkg['step'][0]['title'])); //First step is main title of the wizard in the breadcrumb
|
|
218 |
$pgtitle[] = ($stepid > 0 ? gettext($pkg['step'][$stepid]['title']):''); //Following steps are sub-level breadcrumbs.
|
|
219 | 219 |
include("head.inc"); |
220 | 220 |
|
221 | 221 |
if ($pkg['step'][$stepid]['fields']['field'] != "") { ?> |
Also available in: Unified diff
Bug #5527 wizard breadcrumb Concept
This would require some minor adjustments to the wizards xml , for it to make sense everywhere.