mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
updating scaffold edit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6059 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
3ddc5066aa
commit
d8126757bd
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@
|
|||
*/
|
||||
?>
|
||||
<div class="<?php echo $pluralVar;?> form">
|
||||
<?php echo $form->create($modelClass);?>
|
||||
<?php echo $form->inputs(null, array('created', 'modified', 'updated'));?>
|
||||
<?php
|
||||
echo $form->create();
|
||||
echo $form->inputs(null, array('created', 'modified', 'updated'));
|
||||
echo $form->end(__('Submit', true));
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue