X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cf_custom_field_delete.php;h=78cd380bb404d3bcdb4c763f3dba89623a890ef0;hb=b027832862272283d9203c994ec8fd39f6196887;hp=4e17cd03489300fc035bf3ccbdb077256666f412;hpb=e457063f931911a1e9fc0917767dc07f92d24f02;p=timetracker.git 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()"');