X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fshared_calendar%2Fsrc%2FTemplate%2FUsers%2Fedit.ctp;fp=production%2Fexample_apps%2Fshared_calendar%2Fsrc%2FTemplate%2FUsers%2Fedit.ctp;h=880cde877ddd351f9cf0cfc5bc73f77f363232a1;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/shared_calendar/src/Template/Users/edit.ctp b/production/example_apps/shared_calendar/src/Template/Users/edit.ctp new file mode 100644 index 00000000..880cde87 --- /dev/null +++ b/production/example_apps/shared_calendar/src/Template/Users/edit.ctp @@ -0,0 +1,29 @@ + + +
+ Form->create($user) ?> +
+ + Form->control('name'); + echo $this->Form->control('token'); + ?> +
+ Form->button(__('Submit')) ?> + Form->end() ?> +