[Bps-public-commit] rt-extension-resetpassword branch, update-rt5-styling, repushed

Craig Kaiser craig at bestpractical.com
Tue Dec 1 16:36:07 EST 2020


The branch update-rt5-styling was deleted and repushed:
       was bf345d464583d2dc242e5b387d12fe05a1987ff8
       now ada9850c83759d82a3e36d56a2b818952dbe9fc3

1:  3ef2976 ! 1:  4c389cc Use simpler labels
    @@ -6,11 +6,13 @@
     --- a/html/Callbacks/RT-Extension-ResetPassword/Elements/Login/Default
     +++ b/html/Callbacks/RT-Extension-ResetPassword/Elements/Login/Default
     @@
    + % unless ( RT::Config->Get('DisableResetPasswordOnLogin') ) {
      % if ( RT::Handle::cmp_version($RT::VERSION, '5.0.0') >= 0 ) {
        <div class="form-row">
    -     <div class="col-12 text-right">
    +-    <div class="col-12 text-right">
     -      <a class="btn btn-primary" href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html"><&|/l&>Forgot your password</&></a>
    -+      <a class="btn btn-primary" href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html"><&|/l&>Forgot password</&>?</a>
    ++    <div class="col-12 text-center">
    ++      <a href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html"><&|/l&>Forgot password</&>?</a>
      %     if ( RT::Config->Get('CreateNewUserAndSetPassword') ) {
            <a class="btn btn-primary" href="<%$RT::WebPath%>/NoAuth/ResetPassword/Request.html?Mode=create"><&|/l&>New account</&></a>
      %     }
2:  215aea2 = 2:  51fe873 Move reset password cancel/send buttons into titlebox
3:  bf345d4 = 3:  ada9850 Move 'Cancel' button to the right of submit button



More information about the Bps-public-commit mailing list