[svn r13313] Add a scorm picture in the upload page

skala
Julian Prud'homme 17 years ago
parent b42f10d260
commit 30f42c6ef9
  1. BIN
      main/img/scorm.jpg
  2. 2
      main/upload/form.scorm.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@ -40,7 +40,7 @@ api_display_tool_title(get_lang("Learnpath")." - ".$nameTools.$add_group_to_titl
require_once (api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php');
include('../newscorm/content_makers.inc.php');
$form = new FormValidator('','POST','upload.php','','id="upload_form" enctype="multipart/form-data"');
$form = new FormValidator('','POST','upload.php','','id="upload_form" enctype="multipart/form-data" style="background-image: url(\'../img/scorm.jpg\'); background-repeat: no-repeat; background-position: 600px;"');
$form->addElement('hidden', 'curdirpath', $path);
$form->addElement('hidden', 'tool', $my_tool);

Loading…
Cancel
Save