remove et2_button_text class from old eTemplate buttons, as it only caused unnecessary left-padding of buttons without image

This commit is contained in:
Ralf Becker 2016-02-14 16:21:07 +00:00
parent 40cb207afa
commit 0a2b861af9

View File

@ -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);