mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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']);
|
list($img,$ro_img) = explode(',',$cell['size']);
|
||||||
if (!empty($img))
|
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,'',
|
$html .= !$readonly ? $this->html->submit_button($form_name,$label,'',
|
||||||
strlen($label) <= 1 || $cell['no_lang'],$options,$img,$app) :
|
strlen($label) <= 1 || $cell['no_lang'],$options,$img,$app) :
|
||||||
|
Loading…
Reference in New Issue
Block a user