Fields marked * are mandatory Fields
Form->create('User',array('url'=>'/users/add_template','id'=>'addTemplste','onsubmit'=>'return validatTemplate()')); ?> Form->text('id',array('type'=>'hidden','name'=>'data[User][id]','value' =>$tid)); ?>
* Title: Form->text('title',array('size'=>'45','class'=>'text_field','style'=>'width:425px;','id'=>'title','maxlength'=>'100','value' => $tttl)); ?>
* Description: Form->textarea('desc',array('class'=>'text_field','style'=>'width:425px;height:100px;','id'=>'desc','value' => $tdesc)); ?>
  or   Cancel
Form->end(); ?>