mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Roughly styled the edit box for new bootstrap (not finished) and added via
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user