Browse Source

[svn r13916] edit document must be a fullpage fck

Eric Marguin 17 years ago
parent
commit
7a32dc823a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/document/edit_document.php

+ 2 - 2
main/document/edit_document.php

@@ -1,4 +1,4 @@
-<?php // $Id: edit_document.php 13337 2007-09-27 17:09:51Z elixir_inter $
+<?php // $Id: edit_document.php 13916 2007-12-04 15:06:22Z elixir_inter $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -78,7 +78,7 @@ require_once(api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php')
 $fck_attribute['Width'] = '100%';
 $fck_attribute['Height'] = '950';
 $fck_attribute['ToolbarSet'] = 'Full';
-
+$fck_attribute['Config']['FullPage'] = true;
 
 
 /*