|
buildin)
{
echo html::hidden('app', $flow->app);
echo html::hidden('positionModule', $flow->positionModule);
echo html::hidden('position', $flow->position);
}
else
{
if($flow->type != 'flow') echo html::hidden('app', $flow->app);
}
echo html::hidden('parent', $flow->parent);
echo html::hidden('type', $flow->type);
echo baseHTML::submitButton();
?>
|
|