Changeset 308 for trunk/app/views/quotes/admin_edit.ctp
- Timestamp:
- 03/05/08 10:57:33 (10 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/quotes/admin_edit.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/quotes/admin_edit.ctp
r307 r308 4 4 echo $html->getCrumbs(' / '); 5 5 6 echo $form->create('Quote' , array('url' => 'quotes/admin_edit'));6 echo $form->create('Quote'); 7 7 echo $form->hidden('Quote.id'); 8 8 ?>
