[svn r10840] forgot the progress upload bar

skala
Julian Prud'homme 18 years ago
parent 416b733e95
commit 8c459ffbf0
  1. 6
      main/document/upload.php

@ -1,4 +1,4 @@
<?php // $Id: upload.php 10839 2007-01-23 09:35:28Z elixir_julian $
<?php // $Id: upload.php 10840 2007-01-23 09:40:38Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -337,7 +337,9 @@ $form->addElement('radio', 'if_exists', get_lang('UplWhatIfFileExists'), get_lan
$form->addElement('radio', 'if_exists', '', get_lang('UplOverwriteLong'), 'value="overwrite"');
$form->addElement('radio', 'if_exists', '', get_lang('UplRenameLong'), 'value="rename"');
$form->addElement('submit', null, get_lang('Ok'));
$form->addElement('submit', 'submitDocument', get_lang('Ok'));
$form->add_real_progress_bar('DocumentUpload','user_upload');
$form->display();

Loading…
Cancel
Save