X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FLogo;h=6fb85b3d26cd4a7c68f665a9f3407593c9970692;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=a00f6bdfad48ab0104c352c2bc2ee317bff6fabd;hpb=7588a4ac90a9b07c08a3107cd1107d773be1c991;p=freeside.git diff --git a/rt/share/html/Elements/Logo b/rt/share/html/Elements/Logo index a00f6bdfa..6fb85b3d2 100644 --- a/rt/share/html/Elements/Logo +++ b/rt/share/html/Elements/Logo @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -53,9 +53,7 @@ % } else { <%loc($ARGS{'LogoAltText'}||RT->Config->Get('LogoAltText'))%> + alt="<%loc($ARGS{'LogoAltText'}||RT->Config->Get('LogoAltText'))%>" /> % } % if ( $ShowName ) { <% $Name || loc("RT for [_1]", RT->Config->Get('rtname')) %> @@ -67,7 +65,6 @@ if ( exists $ARGS{'show_name'} ) { $ShowName = delete $ARGS{'show_name'}; } -use Scalar::Util qw(blessed); my $user_logo = blessed $RT::System ? $RT::System->FirstAttribute('UserLogo') : undef; # If we have the attribute, but no content, we don't really have a user logo