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