root/plugins/quotes/views/quotes/admin_edit.ctp
| 112 | 237 | ||
|---|---|---|---|
19 | <fieldset> | 19 | <fieldset> |
20 | <legend><?php __('Edit Quote');?></legend> | 20 | <legend><?php __('Edit Quote');?></legend> |
21 | <?php | 21 | <?php |
22 | echo $form->input('id', array('between' => '<br />')); | 22 | echo $form->input('id'); |
23 | echo $form->input('quote', array('between' => '<br />')); | 23 | echo $form->input('quote'); |
24 | echo $form->input('author', array('between' => '<br />')); | 24 | echo $form->input('author'); |
25 | echo $form->input('used', array('between' => '<br />')); | 25 | echo $form->input('used'); |
26 | echo $form->input('approved', array('between' => '<br />')); | 26 | echo $form->input('approved'); |
27 | echo $form->input('App.returnTo', array('type' => 'hidden', 'value' => $returnTo)); | 27 | echo $form->input('App.returnTo', array('type' => 'hidden', 'value' => $returnTo)); |
28 | ?> | 28 | ?> |
29 | </fieldset> | 29 | </fieldset> |
Download diff