X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e457063f931911a1e9fc0917767dc07f92d24f02..62da0ed23af9ae74faf8d103bc3ce025c56b673e:/cf_custom_field_delete.php diff --git a/cf_custom_field_delete.php b/cf_custom_field_delete.php index 4e17cd03..78cd380b 100644 --- a/cf_custom_field_delete.php +++ b/cf_custom_field_delete.php @@ -66,7 +66,7 @@ if ($request->getMethod() == 'POST') { $form->addInput(array('type'=>'submit','name'=>'btn_cancel','value'=>$i18n->getKey('button.cancel'))); } } - + $smarty->assign('field', $field['label']); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.fieldDeleteForm.btn_cancel.focus()"');