Home
last modified time | relevance | path

Searched refs:prefered_img_title (Results 1 – 2 of 2) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.html.inc.php18 var $prefered_img_title; variable in html
29 …$this->prefered_img_title = $this->user_agent == 'mozilla' && $this->ua_version < 5 ? 'ALT' : 'TIT…
156 ($image != '' ? "<img$image $this->prefered_img_title=\"$lang\"> " : '').
286 $options .= " $this->prefered_img_title=\"".htmlspecialchars($title).'"';
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.html.inc.php21 var $prefered_img_title; variable in html
32 …$this->prefered_img_title = $this->user_agent == 'mozilla' && $this->ua_version < 5 ? 'ALT' : 'TIT…
159 ($image != '' ? "<img$image $this->prefered_img_title=\"$lang\"> " : '').
291 $options .= " $this->prefered_img_title=\"".htmlspecialchars($title).'"';