Exemple #1
0
                                         $wui_vgroup->addChild(new WuiHorizBar('hr'));
                                         $wui_vgroup->addChild($next_button);
                                         \Innomatic\Setup\InnomaticSetup::check_log($wui_vgroup);
                                         $wuiMainFrame->addChild($wui_vgroup);
                                     } elseif (!file_exists($container->getHome() . 'core/temp/setup_done')) {
                                         $wuiTitleBar->mArgs['title'] .= ' - ' . $innomaticLocale->getStr('finish_title');
                                         $wui_vgroup = new WuiVertgroup('nextvgroup', array('halign' => 'left', 'groupalign' => 'left'));
                                         $wui_hgroup1 = new WuiHorizgroup('nexthgroup', array('align' => 'middle', 'groupalign' => 'center'));
                                         $wui_hgroup1->addChild(new WuiLabel('nextlabel', array('label' => $innomaticLocale->getStr('finish_label'))));
                                         $wui_vgroup->addChild($wui_hgroup1);
                                         $next_action = new \Innomatic\Wui\Dispatch\WuiEventsCall();
                                         $next_action->addEvent(new \Innomatic\Wui\Dispatch\WuiEvent('action', 'finish', ''));
                                         $next_button = new WuiButton('nextbutton', array('label' => $innomaticLocale->getStr('next_button'), 'horiz' => 'true', 'image' => $container->getBaseUrl(false) . '/shared/icons/subway/icons/arrowright.png', 'width' => '20', 'height' => '20', 'action' => $next_action->getEventsCallString()));
                                         $wui_vgroup->addChild(new WuiHorizBar('hr'));
                                         $wui_vgroup->addChild($next_button);
                                         \Innomatic\Setup\InnomaticSetup::check_log($wui_vgroup);
                                         $wuiMainFrame->addChild($wui_vgroup);
                                     }
                                 }
                             }
                         }
                     }
                 }
             }
         }
     }
 }
 // Page render
 //
 $wui_mainframe1->addChild($wuiMainFrame);
 $horiz_frame = new WuiHorizgroup('', array('groupvalign' => 'top'));