mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge remote-tracking branch 'origin/develop' into ent-3674-discovery-fase-3
Former-commit-id: 3b243ec4bd93ba4cb494f0ea1a53043cc8e890c6
This commit is contained in:
commit
ca05867e55
@ -202,7 +202,6 @@ class Wizard
|
|||||||
) {
|
) {
|
||||||
$bc = [];
|
$bc = [];
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$array_size = (count($urls) - 1);
|
|
||||||
|
|
||||||
foreach ($urls as $url) {
|
foreach ($urls as $url) {
|
||||||
if ($url['selected'] == 1) {
|
if ($url['selected'] == 1) {
|
||||||
@ -592,13 +591,8 @@ class Wizard
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (is_array($input['block_content']) === true) {
|
if (is_array($input['block_content']) === true) {
|
||||||
$label = '';
|
|
||||||
if (isset($input['label'])) {
|
|
||||||
$label = $input['label'];
|
|
||||||
}
|
|
||||||
|
|
||||||
// Print independent block of inputs.
|
// Print independent block of inputs.
|
||||||
$output .= '<li id="'.$input['block_id'].'" class="'.$class.'">'.$label;
|
$output .= '<li id="'.$input['block_id'].'" class="'.$class.'">';
|
||||||
$output .= '<ul class="wizard">';
|
$output .= '<ul class="wizard">';
|
||||||
foreach ($input['block_content'] as $input) {
|
foreach ($input['block_content'] as $input) {
|
||||||
$output .= $this->printBlock($input, $return);
|
$output .= $this->printBlock($input, $return);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user