소스 검색

[svn r13176] Change the toolbar for fckeditor when editing the homepage

Julian Prud'homme 17 년 전
부모
커밋
ff9e2cc3e3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      main/admin/configure_homepage.php

+ 2 - 2
main/admin/configure_homepage.php

@@ -1,4 +1,4 @@
-<?php // $Id: configure_homepage.php 13065 2007-09-18 08:08:58Z elixir_julian $
+<?php // $Id: configure_homepage.php 13176 2007-09-21 14:28:33Z elixir_julian $
 /*
 ==============================================================================
 	Dokeos - elearning and course management software
@@ -828,7 +828,7 @@ switch($action){
 			$oFCKeditor->Width		= '100%';
 			$oFCKeditor->Value		= $open;
 			$oFCKeditor->Config['CustomConfigurationsPath'] = api_get_path(REL_PATH)."main/inc/lib/fckeditor/myconfig.js";
-			$oFCKeditor->ToolbarSet = "Question";
+			$oFCKeditor->ToolbarSet = "Small";
 		
 			$TBL_LANGUAGES = Database::get_main_table(TABLE_MAIN_LANGUAGE);
 			$sql="SELECT isocode FROM ".$TBL_LANGUAGES." WHERE english_name='".$_SESSION["_user"]["language"]."'";