Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 49
View file
roundcubemail-1.1-appjs.patch
Changed
@@ -28,3 +28,19 @@ }; this.pdf_support_check = function() +diff -ur roundcubemail-1.1-2-assets/program/steps/mail/show.inc roundcubemail-1.1/program/steps/mail/show.inc +--- roundcubemail-1.1-2-assets/program/steps/mail/show.inc 2014-09-23 17:39:14.000000000 +0200 ++++ roundcubemail-1.1/program/steps/mail/show.inc 2014-10-13 10:51:05.896904043 +0200 +@@ -352,10 +352,10 @@ + '_alt' => $placeholder, + )); + +- $attrib['onerror'] = "this.src = '" . ($placeholder ? $placeholder : 'program/resources/blank.gif') . "'"; ++ $attrib['onerror'] = "this.src = '" . $RCMAIL->output->asset_url(($placeholder ? $placeholder : 'program/resources/blank.gif')) . "'"; + } + else { +- $photo_img = $placeholder ? $placeholder : 'program/resources/blank.gif'; ++ $photo_img = ($placeholder ? $placeholder : $RCMAIL->output->asset_url('program/resources/blank.gif')); + } + + return html::img(array('src' => $photo_img, 'alt' => $RCMAIL->gettext('contactphoto')) + $attrib);
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.