<?php
defined('C5_EXECUTE') or die("Access Denied.");
?>

<?php echo Loader::helper('concrete/ui')->tabs(array(
	array('sources', t('Data Sources'), true),
	array('output', t('Output')),
	array('posting', t('Posting'))
));?>


<div class="ccm-tab-content" id="ccm-tab-content-sources">
<?php
$this->inc('form/sources.php');
?>
</div>

<div class="ccm-tab-content" id="ccm-tab-content-output">
<?php
$this->inc('form/output.php');
?>
</div>

<div class="ccm-tab-content" id="ccm-tab-content-posting">
<?php
$this->inc('form/posting.php');
?>
</div>
