Search found 2 matches
- Tue Apr 29, 2014 7:27 pm
- Forum: Developers Discussion
- Topic: Cancel button not working
- Replies: 1
- Views: 3118
Re: Cancel button not working
I already found my stupid mistake that made my hours of searching.. I had to change $smarty->assign('startform', $this->CreateFormStart ($id, 'orderview', $returnid)); to: $smarty->assign('startform', $this->CreateFormStart ($id, 'admin_view_order', $returnid)); Kind regards, Gjjansen
- Tue Apr 29, 2014 5:46 pm
- Forum: Developers Discussion
- Topic: Cancel button not working
- Replies: 1
- Views: 3118
Cancel button not working
Hello, I started developing a simple module, everythings goes well, but now i stuck with the 'cancel' button in the admin part.. I create the cancel button this way: <?php if (!isset($gCms)) exit; if (isset($params['cancel'])) { $this->Redirect($id, 'defaultadmin', $returnid); } $smarty->assign('can...