X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fm%2F_elements%2Flogin;h=4bd1ab97801ef6375e684d12c5954494dd96989e;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=f6213d0ca21826912f607da123f14f42b7a516b9;hpb=7588a4ac90a9b07c08a3107cd1107d773be1c991;p=freeside.git diff --git a/rt/share/html/m/_elements/login b/rt/share/html/m/_elements/login index f6213d0ca..4bd1ab978 100644 --- a/rt/share/html/m/_elements/login +++ b/rt/share/html/m/_elements/login @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,11 +46,7 @@ %# %# END BPS TAGGED BLOCK }}} % $m->callback( %ARGS, CallbackName => 'Header' ); -<&| /m/_elements/wrapper, show_home_button => 0 &> - -

<&|/l, RT->Config->Get('rtname') &>RT for [_1]

+<&| /m/_elements/wrapper, title => loc('RT for [_1]', RT->Config->Get('rtname')), show_home_button => 0 &>
<& /Elements/ListActions, @@ -66,7 +62,7 @@ <& /Elements/LoginRedirectWarning, %ARGS &> -% unless (RT->Config->Get('WebExternalAuth') and !RT->Config->Get('WebFallbackToInternalAuth')) { +% unless (RT->Config->Get('WebRemoteUserAuth') and !RT->Config->Get('WebFallbackToRTLogin')) {
/NoAuth/Login.html">
@@ -96,6 +92,7 @@ if (window.location.hash) { % } +<& /Elements/LoginHelp &>
% $m->callback( %ARGS, CallbackName => 'AfterForm' );