From 0a2b861af9106c3b687d72333aeafd71c90206d0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 14 Feb 2016 16:21:07 +0000 Subject: [PATCH] remove et2_button_text class from old eTemplate buttons, as it only caused unnecessary left-padding of buttons without image --- phpgwapi/inc/class.html.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index 25d5cde1f8..c0244f9521 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -753,10 +753,6 @@ egw_LAB.wait(function() { $image = ' src="'.$path.'"'; $classes[] = 'image_button'; } - else - { - $classes[] = 'et2_button_text'; - } if (!$no_lang) { $label = lang($label);