From 83483a1826d1d05e2f9733746f35fef1939b8c0a Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 16:51:32 -0700 Subject: lowercase --- views/profile/edit.html.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 views/profile/edit.html.php (limited to 'views/profile/edit.html.php') diff --git a/views/profile/edit.html.php b/views/profile/edit.html.php new file mode 100644 index 0000000..6e0a2b2 --- /dev/null +++ b/views/profile/edit.html.php @@ -0,0 +1,6 @@ +form->create($profile); ?> + form->field('firstname', array('type' => 'text')); ?> + form->field('lastname', array('type' => 'text')); ?> + form->field('birthday', array('type' => 'text')); ?> + form->submit('save'); ?> +form->end(); ?> \ No newline at end of file -- cgit v1.2.3