|
|
|
@ -252,9 +252,9 @@ if (api_get_setting('search_enabled') == 'true') { |
|
|
|
|
$form->addElement('html', '</div>'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$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('html', '<label><input type="radio" name="if_exists" value="nothing"/> '.get_lang('UplDoNothing').'</label>'); |
|
|
|
|
$form->addElement('html', '<label><input type="radio" name="if_exists" value="overwrite"/> '.get_lang('UplOverwriteLong').'</label>'); |
|
|
|
|
$form->addElement('html', '<label><input type="radio" checked="checked" name="if_exists" value="rename"/> '.get_lang('UplRenameLong').'</label>'); |
|
|
|
|
|
|
|
|
|
// Close the java script and avoid the footer up |
|
|
|
|
$form->addElement('html', '</div>'); |
|
|
|
|