From 09afed25d5c9f8b501b93084d90c583059070a4c Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 Oct 2006 04:42:53 +0000 Subject: [PATCH] Updated changelog git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4930 594d385d-05f5-0310-b6e9-bd551577e9d8 --- Changelog | 5 +++++ include/class_divlist.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index d4dea3fa0..df6e5cd80 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,11 @@ GOsa2 changelog =============== * gosa 2.5.5 + - Added remove method for shared folder in kolab mode. + - Added checkbox to decide if the shared folder should be deleted from imap too, + if the mail extension is removed from group mail account. + - Updated request method for mail folders. + - Fixed hang up while writing sieve filter. - Added subsearch checkbox to ogroup->add filter - Fixed missing ppd configuration error, for newly created printer. - Fixed object group saving, the base was sometimes broken. diff --git a/include/class_divlist.inc b/include/class_divlist.inc index ea7e65872..1a4161432 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -23,7 +23,7 @@ class divlist { $this->i_currentPage = 0; $this->i_entriesPerPage = 10; - $this->s_height = "450"; + $this->s_height = "650"; $this->s_width = "600"; $this->s_summary = ""; $this->a_entries = array(); -- 2.30.2