[svn r13091] increase again the fckeditor height

skala
Julian Prud'homme 18 years ago
parent 5712fa55a9
commit 0407b26863
  1. 4
      main/document/create_document.php
  2. 4
      main/document/edit_document.php

@ -1,5 +1,5 @@
<?php
// $Id: create_document.php 13087 2007-09-19 13:39:43Z elixir_julian $
// $Id: create_document.php 13091 2007-09-19 14:25:42Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -146,7 +146,7 @@ include (api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php');
$nameTools = get_lang('CreateDocument');
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '650';
$fck_attribute['Height'] = '950';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['Config']['FullPage'] = true;

@ -1,4 +1,4 @@
<?php // $Id: edit_document.php 13087 2007-09-19 13:39:43Z elixir_julian $
<?php // $Id: edit_document.php 13091 2007-09-19 14:25:42Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -70,7 +70,7 @@ include(api_get_path(LIBRARY_PATH).'document.lib.php');
require_once(api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php');
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '650';
$fck_attribute['Height'] = '950';
$fck_attribute['ToolbarSet'] = 'Full';

Loading…
Cancel
Save