Displayed the button sent document (re-sent for trouble of PC) DT#5496

skala
Arthur Portugal 17 years ago
parent 1093a56134
commit f935898c0e
  1. 4
      main/document/upload.php

@ -577,7 +577,10 @@ if(api_get_setting('search_enabled')=='true')
$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');
//close the java script and avoid the footer up
$form -> addElement('html','</div>');
//button send document
$form->addElement('style_submit_button', 'submitDocument', get_lang('SendDocument'),'class="upload"');
$form->add_real_progress_bar('DocumentUpload','user_upload');
@ -586,7 +589,6 @@ $defaults = array('index_document'=>'checked="checked"');
$form->setDefaults($defaults);
//close the java script and avoid the footer up
$form->display();

Loading…
Cancel
Save