X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FNoAuth%2FLogin.html;h=c7550c0f6091ae6162e11a8cd7d20e9fcf7b0a02;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=b33bb0a8d817153e51358a007bd21437619193ec;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/NoAuth/Login.html b/rt/share/html/NoAuth/Login.html index b33bb0a8d..c7550c0f6 100755 --- a/rt/share/html/NoAuth/Login.html +++ b/rt/share/html/NoAuth/Login.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -49,4 +49,9 @@ my ($good, $msg) = RT::Interface::Web::AttemptPasswordAuthentication(\%ARGS); $ARGS{'actions'} = [$msg] if not $good and $msg; + +% if ( RT::Interface::Web::MobileClient() || $ARGS{mobile} ) { +<& /m/_elements/login, %ARGS &> +% } else { <& /Elements/Login, %ARGS &> +% }