File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 btnclass = btnclass ?? '' ;
1313 return $ ( this ) . replaceWith (
1414 $ ( '<div class="input-group mb-3"></div>' )
15- . append ( $ ( '<input type="password" class="' + classlist + '" id="' + id + '" name="' + name + '" value="' + value + '"' + autofocus + '>' ) )
15+ . append ( $ ( '<input type="password" class="' + classlist + '" id="' + id + '" name="' + name + '" placeholder="Password" value="' + value + '"' + autofocus + '>' ) )
1616 . append ( '<span class="input-group-text" id="basic-addon1"><button type="button" class="' + btnclass + '" data-role="togglepassword" data-target="#' + id + '" title="' + title + '" tabindex="-1">' + content + '</button></span>' )
1717 ) ;
1818 } ) ;
Original file line number Diff line number Diff line change 5353 <div class="mb-3 text-center"><input class="form-control form-control-lg" type="text" name="username" placeholder="Username" value="<?php echo isset ($ _COOKIE ['username ' ]) ? $ _COOKIE ['username ' ] : '' ; ?> "></div>
5454 <div class="mb-3 text-center"></div>
5555 <div class="input-group mb-3">
56- <input class="form-control" type="password" name="password" placeholder="Password" value="<?php echo isset ($ _COOKIE ['password ' ]) ? $ _COOKIE ['password ' ] : '' ; ?> ">
56+ <input class="form-control form-control-lg " type="password" name="password" placeholder="Password" value="<?php echo isset ($ _COOKIE ['password ' ]) ? $ _COOKIE ['password ' ] : '' ; ?> ">
5757 </div>
5858 <div class="mb-3">
5959 <input class="form-check-input" name="remember" type="checkbox" aria-label="remember" <?php echo isset ($ _COOKIE ['username ' ]) ? 'checked ' : '' ; ?> >
You can’t perform that action at this time.
0 commit comments