Minor - Fix button style - refs #7539

1.10.x
Yannick Warnier 10 years ago
parent 2e0c8ebb13
commit e05687f32d
  1. 2
      main/inc/introductionSection.inc.php

@ -59,7 +59,7 @@ $height = '300';
$editor_config = array('ToolbarSet' => $toolbar_set, 'Width' => $width, 'Height' => $height);
$form->addHtmlEditor('intro_content', null, null, false, $editor_config);
$form->addElement('style_submit_button', 'intro_cmdUpdate', get_lang('SaveIntroText'), 'class="save"');
$form->addButtonSave(get_lang('SaveIntroText'), 'intro_cmdUpdate');
/* INTRODUCTION MICRO MODULE - COMMANDS SECTION (IF ALLOWED) */
$course_id = api_get_course_int_id();

Loading…
Cancel
Save