]> wagnertech.de Git - timetracker.git/blobdiff - cf_custom_field_add.php
Cosmetic formatting fixes
[timetracker.git] / cf_custom_field_add.php
index 1818b5722ac42192862c8baae7d383bcb764232c..3af6c3a2781b58b4f8db00e83c2ea3b4132e91b9 100644 (file)
@@ -43,7 +43,7 @@ if ($request->getMethod() == 'POST') {
   if (!$cl_required)
     $cl_required = 0;
 }
-       
+
 $form = new Form('fieldForm');
 $form->addInput(array('type'=>'text','maxlength'=>'100','name'=>'name','value'=>''));
 $form->addInput(array('type'=>'combobox','name'=>'type',
@@ -72,4 +72,3 @@ $smarty->assign('onload', 'onLoad="document.fieldForm.name.focus()"');
 $smarty->assign('title', $i18n->getKey('title.cf_add_custom_field'));
 $smarty->assign('content_page_name', 'cf_custom_field_add.tpl');
 $smarty->display('index.tpl');
-?>
\ No newline at end of file