From 597e9b82ae3fc84b9a7869fb128ade149554330f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 3 Dec 2014 07:34:30 +0000 Subject: [PATCH] remove no longer necessary resize from (old) eTemplate, as it is done now by egw.js for all popups --- etemplate/inc/class.etemplate.inc.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/etemplate/inc/class.etemplate.inc.php b/etemplate/inc/class.etemplate.inc.php index bacc2c91e3..d22482851c 100644 --- a/etemplate/inc/class.etemplate.inc.php +++ b/etemplate/inc/class.etemplate.inc.php @@ -312,18 +312,6 @@ class etemplate extends boetemplate } //echo '

'.__METHOD__."($method,...) after show: sitemgr=$this->sitemgr, hooked=".(int)$hooked.", output_mode=$output_mode

\n"; - if($output_mode == 2) - { - $html .= ' -'."\n"; - } - if (!$this->sitemgr && (int) $output_mode != 1 && (int) $output_mode != -1) // NOT returning html { if (!@self::$hooked)