[svn r11721] change to Send the submit label instead of Download

skala
Julian Prud'homme 18 years ago
parent affbdac66d
commit 47c40e8673
  1. 2
      main/upload/form.scorm.php

@ -61,7 +61,7 @@ $select_content_proximity = &$form->addElement('select','content_proximity',get_
$select_content_proximity->addOption(get_lang('Remote'),"remote");
$select_content_proximity -> setSelected("local");
$form->addElement('submit', 'submit', get_lang('Download'));
$form->addElement('submit', 'submit', get_lang('Send'));
$form->addElement('html', '<br><br><br>');
/*$list = get_zip_files_in_garbage();

Loading…
Cancel
Save