Roughly styled the edit box for new bootstrap (not finished) and added via

This commit is contained in:
Peter Goodhall
2019-06-13 14:34:31 +01:00
parent 1fa21fc245
commit 2af86a3fd8
4 changed files with 111 additions and 78 deletions

View File

@@ -99,9 +99,7 @@ class QSO extends CI_Controller {
if ($this->form_validation->run() == FALSE)
{
$this->load->view('layout/mini_header', $data);
$this->load->view('qso/edit');
$this->load->view('layout/mini_footer');
$this->load->view('qso/edit', $data);
}
else
{