From dc97b8654bf23cd7d3cdd3fbdf63c719eb010435 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 Oct 2006 04:46:20 +0000 Subject: [PATCH] Reverted divlist changes git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4931 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divlist.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_divlist.inc b/include/class_divlist.inc index 1a4161432..ea7e65872 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 = "650"; + $this->s_height = "450"; $this->s_width = "600"; $this->s_summary = ""; $this->a_entries = array(); -- 2.30.2