[svn r20591] smaller fckeditor so the form fits on one page (1024x768)

skala
Patrick Cool 17 years ago
parent a69be04c83
commit 148a6a99fe
  1. 3
      main/course_description/index.php

@ -1,4 +1,4 @@
<?php // $Id: index.php 20590 2009-05-13 13:11:32Z pcool $
<?php // $Id: index.php 20591 2009-05-13 13:16:48Z pcool $
/* For licensing terms, see /dokeos_license.txt */
/**
==============================================================================
@ -188,6 +188,7 @@ if (api_is_allowed_to_edit() && !is_null($description_id) || $action =='add') {
if (api_get_setting('wcag_anysurfer_public_pages')=='true') {
WCAG_rendering::prepare_admin_form($description_content, $form);
} else {
$fck_attribute['Height'] = '200';
$form->add_html_editor('contentDescription', get_lang('Content'));
}
$form->addElement('style_submit_button', null, get_lang('SaveIntroText'), 'class="save"');

Loading…
Cancel
Save