X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=profile_edit.php;h=97192c375fce63409b4fa24420ec74fd5a265201;hb=19e183c61f684ff92f5b7c95f09a0a6ca7d7bffe;hp=d4036ec5c44ef5ebfafe4cdbc34ae56a2efe1d1c;hpb=eb14c12d3be2cd31e20988b6abf7585f6af0b34d;p=timetracker.git diff --git a/profile_edit.php b/profile_edit.php index d4036ec5..97192c37 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -120,7 +120,6 @@ if (!$auth->isPasswordExternal()) { $form->addInput(array('type'=>'text','maxlength'=>'100','name'=>'email','value'=>$cl_email,'enable'=>$can_change_login)); if ($user->canManageTeam()) { $form->addInput(array('type'=>'text','maxlength'=>'200','name'=>'team_name','value'=>$cl_team)); - $form->addInput(array('type'=>'textarea','name'=>'address','maxlength'=>'255','style'=>'width: 350px;','cols'=>'55','rows'=>'4','value'=>$cl_address)); $form->addInput(array('type'=>'text','maxlength'=>'7','name'=>'currency','value'=>$cl_currency)); $DECIMAL_MARK_OPTIONS = array(array('id'=>'.','name'=>'.'),array('id'=>',','name'=>',')); $form->addInput(array('type'=>'combobox','name'=>'decimal_mark','style'=>'width: 150px','data'=>$DECIMAL_MARK_OPTIONS,'datakeys'=>array('id','name'),'value'=>$cl_decimal_mark,