From 335bf23d6c2a08c94c7657dc4913bdabc0d1018d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sat, 7 Feb 2009 01:03:42 +0100 Subject: [PATCH] [svn r18319] change height section from 400 to 300 --- main/announcements/announcements.php | 4 ++-- main/calendar/agenda.php | 4 ++-- main/course_home/course_home.php | 4 ++-- main/document/document.php | 4 ++-- main/dropbox/index.php | 2 +- main/exercice/exercice.php | 4 ++-- main/forum/index.php | 2 +- main/glossary/index.php | 2 +- main/group/group.php | 4 ++-- main/group/group_space.php | 4 ++-- main/link/link.php | 4 ++-- main/notebook/index.php | 2 +- main/survey/survey_list.php | 6 +++--- main/user/user.php | 4 ++-- main/work/work.php | 6 +++--- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/main/announcements/announcements.php b/main/announcements/announcements.php index 7070a01eb5..6dc1fa5420 100644 --- a/main/announcements/announcements.php +++ b/main/announcements/announcements.php @@ -1,4 +1,4 @@ -, Ghent University: cleanup, refactoring and rewriting large parts of the code * @author Julio Montoya Armas , 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'); diff --git a/main/user/user.php b/main/user/user.php index e9e6385800..120c79a773 100644 --- a/main/user/user.php +++ b/main/user/user.php @@ -1,4 +1,4 @@ -, 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');