mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
enabled translation of the title-tag of images as submit-buttons
This commit is contained in:
parent
f6394ba593
commit
fe64fbbb17
@ -587,7 +587,7 @@
|
||||
list($img,$ro_img) = explode(',',$cell['size']);
|
||||
if (!empty($img))
|
||||
{
|
||||
$options .= ' TITLE="'.$label.'"';
|
||||
$options .= ' TITLE="'.(strlen($label)<=1||$cell['no_lang']?$label:lang($label)).'"';
|
||||
}
|
||||
$html .= !$readonly ? $this->html->submit_button($form_name,$label,'',
|
||||
strlen($label) <= 1 || $cell['no_lang'],$options,$img,$app) :
|
||||
|
Loading…
Reference in New Issue
Block a user