Skip to content

Commit

Permalink
allow save, for changing the default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Nov 21, 2012
1 parent 8ccd127 commit 7edf0ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Core/Themes/View/Themes/admin_form.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ echo $this->Form->create(null, array(
'empty' => Configure::read('Website.empty_select')
)
));
echo $this->Infinitas->adminOtherHead(array('cancel'));
echo $this->Infinitas->adminOtherHead(array(
'save',
'cancel'
));
echo $this->Form->input('id');

$tabs = array(
Expand Down

0 comments on commit 7edf0ce

Please sign in to comment.