From 2b73958407c181c07c7fd3a720996d95f067e15e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 15 Apr 2009 09:16:04 +0000 Subject: [PATCH] "title for ro-image of buttons" --- etemplate/inc/class.etemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.etemplate.inc.php b/etemplate/inc/class.etemplate.inc.php index 66b47d8c5a..1a44471b5e 100644 --- a/etemplate/inc/class.etemplate.inc.php +++ b/etemplate/inc/class.etemplate.inc.php @@ -1277,7 +1277,7 @@ class etemplate extends boetemplate } $html .= !$readonly ? html::submit_button($form_name,$label,$onclick, strlen($label) <= 1 || $cell['no_lang'],$options,$img,$app,$type == 'buttononly' ? 'button' : 'submit') : - html::image($app,$ro_img); + html::image($app,$ro_img,'',$options); } $extra_label = False; if (!$readonly && $type != 'buttononly') // input button, are never submitted back!