add help imagen course BT#7683

1.10.x
aragonc 9 years ago
parent 731f0fb2a6
commit 878e5dabd0
  1. 2
      main/course_info/infocours.php

@ -142,7 +142,7 @@ $form->applyFilter('department_url', 'html_filter');
$form->addElement('file', 'picture', get_lang('AddPicture'));
$allowed_picture_types = array ('jpg', 'jpeg', 'png', 'gif');
$form->addRule('picture', get_lang('OnlyImagesAllowed').' ('.implode(',', $allowed_picture_types).')', 'filetype', $allowed_picture_types);
$form->addElement('html', '<div class="help-image"></div>');
$form->addElement('html', '<div class="form-group "><div class="col-md-2"></div> <div class="col-md-8 help-image">'.get_lang('UniqueAnswerImagePreferredSize200x150').'</div></div>');
$form->addElement('checkbox', 'delete_picture', null, get_lang('DeletePicture'));
if (api_get_setting('pdf_export_watermark_by_course') == 'true') {

Loading…
Cancel
Save