diff --git a/main/document/upload.php b/main/document/upload.php index 7a0f4d1e8d..dce705e533 100644 --- a/main/document/upload.php +++ b/main/document/upload.php @@ -1,4 +1,4 @@ -addElement('checkbox','unzip',get_lang('Options'),get_lang('Uncompress'),'onclick="check_unzip()" value="1"'); -$form->addElement('radio', 'if_exists', get_lang('UplWhatIfFileExists'), get_lang('UplDoNothing'), 'value="nothing"'); -$form->addElement('radio', 'if_exists', '', get_lang('UplOverwriteLong'), 'value="overwrite"'); -$form->addElement('radio', 'if_exists', '', get_lang('UplRenameLong'), 'value="rename"'); +$form->addElement('radio', 'if_exists', get_lang('UplWhatIfFileExists'), get_lang('UplDoNothing'), 'nothing'); +$form->addElement('radio', 'if_exists', '', get_lang('UplOverwriteLong'), 'overwrite'); +$form->addElement('radio', 'if_exists', '', get_lang('UplRenameLong'), 'rename'); $form->addElement('submit', 'submitDocument', get_lang('Ok'));