[svn r18319] change height section from 400 to 300

skala
Juan Carlos Raña 16 years ago
parent 94c99fdeaa
commit 335bf23d6c
  1. 4
      main/announcements/announcements.php
  2. 4
      main/calendar/agenda.php
  3. 4
      main/course_home/course_home.php
  4. 4
      main/document/document.php
  5. 2
      main/dropbox/index.php
  6. 4
      main/exercice/exercice.php
  7. 2
      main/forum/index.php
  8. 2
      main/glossary/index.php
  9. 4
      main/group/group.php
  10. 4
      main/group/group_space.php
  11. 4
      main/link/link.php
  12. 2
      main/notebook/index.php
  13. 6
      main/survey/survey_list.php
  14. 4
      main/user/user.php
  15. 6
      main/work/work.php

@ -1,4 +1,4 @@
<?php //$Id: announcements.php 18303 2009-02-06 21:27:04Z herodoto $
<?php //$Id: announcements.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -852,7 +852,7 @@ if($_REQUEST['publish_survey'])
====================================================*/
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
if (empty($_GET['origin']) || $_GET['origin'] !== 'learnpath')

@ -1,4 +1,4 @@
<?php //$Id: agenda.php 18304 2009-02-06 21:29:37Z herodoto $
<?php //$Id: agenda.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -235,7 +235,7 @@ $is_allowed_to_edit = api_is_allowed_to_edit(false,true) OR (api_get_course_sett
// tool introduction
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_CALENDAR_EVENT);

@ -1,4 +1,4 @@
<?php // $Id: course_home.php 18305 2009-02-06 21:30:19Z herodoto $
<?php // $Id: course_home.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
@ -180,7 +180,7 @@ $reqdate="&reqdate=$temps";
*/
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
// A special case, some default settings do not fit. These settings should stay.

@ -1,4 +1,4 @@
<?php // $Id: document.php 18306 2009-02-06 21:33:15Z herodoto $
<?php // $Id: document.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -340,7 +340,7 @@ if($to_group_id !=0) //add group name after for group documents
*/
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
if(!empty($_SESSION['_gid']))

@ -145,7 +145,7 @@ $dropbox_unid = md5( uniqid( rand( ), true));
// introduction section
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_DROPBOX,'left');

@ -1,4 +1,4 @@
<?php // $Id: exercice.php 18306 2009-02-06 21:33:15Z herodoto $
<?php // $Id: exercice.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
@ -388,7 +388,7 @@ include_once(api_get_path(LIBRARY_PATH).'events.lib.inc.php');
event_access_tool(TOOL_QUIZ);
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_QUIZ);

@ -128,7 +128,7 @@ api_display_tool_title($nameTools);
// tool introduction
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_FORUM,'left');

@ -33,7 +33,7 @@ Display::display_header(get_lang(ucfirst($tool)));
// tool introduction
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_GLOSSARY,'left');

@ -1,4 +1,4 @@
<?php // $Id: group.php 18306 2009-02-06 21:33:15Z herodoto $
<?php // $Id: group.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
@ -90,7 +90,7 @@ Display::display_header(get_lang('Groups'));
// introduction section
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_GROUP,'left');

@ -1,4 +1,4 @@
<?php //$Id: group_space.php 18306 2009-02-06 21:33:15Z herodoto $
<?php //$Id: group_space.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -99,7 +99,7 @@ Display::display_header($nameTools,"Group");
*/
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(group_space_.$_SESSION['_gid']);

@ -1,4 +1,4 @@
<?php // $Id: link.php 18310 2009-02-06 22:33:12Z cfasanando $
<?php // $Id: link.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -184,7 +184,7 @@ if(isset($_GET['action']))
*/
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_LINK,'left');

@ -35,7 +35,7 @@ Display::display_header(get_lang(ucfirst($tool)));
// tool introduction
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_NOTEBOOK,'left');

@ -1,4 +1,4 @@
<?php // $Id: survey_list.php 18307 2009-02-06 21:38:07Z herodoto $
<?php // $Id: survey_list.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -27,7 +27,7 @@
* @author unknown, the initial survey that did not make it in 1.8 because of bad code
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
* @author Julio Montoya Armas <gugli100@gmail.com>, Dokeos: Personality Test modification and rewriting large parts of the code
* @version $Id: survey_list.php 18307 2009-02-06 21:38:07Z herodoto $
* @version $Id: survey_list.php 18319 2009-02-07 00:03:42Z herodoto $
*
* @todo use quickforms for the forms
*/
@ -82,7 +82,7 @@ Display :: display_header($tool_name,'Survey');
// introduction section
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section('survey', 'left');

@ -1,4 +1,4 @@
<?php // $Id: user.php 18307 2009-02-06 21:38:07Z herodoto $
<?php // $Id: user.php 18319 2009-02-07 00:03:42Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -329,7 +329,7 @@ $is_allowed_to_track = ($is_courseAdmin || $is_courseTutor) && $_configuration['
// introduction section
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_USER, 'left');

@ -1,4 +1,4 @@
<?php //$Id: work.php 18312 2009-02-06 22:46:17Z cfasanando $
<?php //$Id: work.php 18319 2009-02-07 00:03:42Z herodoto $
/* For licensing terms, see /dokeos_license.txt */
/**
* @package dokeos.work
@ -6,7 +6,7 @@
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default.
* @author Roan Embrechts, code refactoring and virtual course support
* @author Frederic Vauthier, directories management
* @version $Id: work.php 18312 2009-02-06 22:46:17Z cfasanando $
* @version $Id: work.php 18319 2009-02-07 00:03:42Z herodoto $
*
* @todo refactor more code into functions, use quickforms, coding standards, ...
*/
@ -373,7 +373,7 @@ if (!empty ($_POST['changeProperties'])) {
// introduction section
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display :: display_introduction_section(TOOL_STUDENTPUBLICATION,'left');

Loading…
Cancel
Save