Beispiel #1
0
		display: none!important;
		visibility: hidden;
	}
</style>
<?php
	$asset = new Cms_asset();
	foreach($css_files as $file){
		$asset->add_css($file);
	}
	echo $asset->compile_css();

	foreach($js_files as $file){
		$asset->add_js($file);
	}
	// also add adjust.js which contain of field adjustment function
	$asset->add_module_js('scripts/adjust.js', $module_path);
	echo $asset->compile_js();
	echo '<h4>Project</h4>';
    echo '<div style="padding-bottom: 10px;">';
    if($state != 'list'){
        echo '<p class="alert-warning alert">
                Import database only works for MySQL.
            </p>';
	    echo anchor(site_url('{{ module_path }}/data/nds/project/'),'All Projects','class="btn btn-primary"');
    }
    echo '</div>';
	echo $output;
?>

<script type="text/javascript">
	// if document ready, call adjust when needed