commit | b0dd10f8171945e0c1f3527dd1e9d18b043e01a7 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Fri Aug 25 17:25:49 2006 +0000 |
committer | admin <devnull@localhost> | Fri Aug 25 17:25:49 2006 +0000 |
tree | c3583ba09e72217683c4304f4690df6ce39ba731 |
Initial Import
diff --git a/system/scaffolding/views/no_data.php b/system/scaffolding/views/no_data.php new file mode 100644 index 0000000..dca477e --- /dev/null +++ b/system/scaffolding/views/no_data.php
@@ -0,0 +1,6 @@ +<?php $this->load->view('header'); ?> + +<p><?php echo $scaff_no_data; ?></p> +<p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p> + +<?php $this->load->view('footer'); ?> \ No newline at end of file