]> wagnertech.de Git - timetracker.git/blobdiff - cf_custom_field_delete.php
Cosmetic formatting fixes
[timetracker.git] / cf_custom_field_delete.php
index 4e17cd03489300fc035bf3ccbdb077256666f412..78cd380bb404d3bcdb4c763f3dba89623a890ef0 100644 (file)
@@ -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()"');