X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2FLogin.html;h=c256f396ca4738eaf973563e5a14a438e48cbb0c;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=086e1122e6f9b889766d180dc8ae18f5e6c0fee4;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/share/html/NoAuth/Login.html b/rt/share/html/NoAuth/Login.html index 086e1122e..c256f396c 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-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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 &> +% }