mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 22:39:00 +01:00
"title for ro-image of buttons"
This commit is contained in:
parent
68f15f6c5a
commit
2b73958407
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user