_e('Create and close', 'ddl-layouts');
?>
"><?php 
_e('Save and close', 'ddl-layouts');
?>
</button>
        </div>

	</div>

</div>


<?php 
require_once WPDDL_GUI_ABSPATH . 'dialogs/js/templates/child-layout-manager.box.tpl.php';
?>

<div class="ddl-dialogs-container">
	<div class="ddl-dialog auto-width" id="js-child-layout-box-container"></div>
	<textarea id="js-layout-children" <?php 
if (!WPDDL_DEBUG) {
    echo 'style="display:none"';
}
?>
><?php 
echo wp_json_encode(array('children_layouts' => WPDD_Layouts::get_layout_children($_GET['layout_id'])));
?>
</textarea>
</div>