File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 6060 </div>
6161 <?php else : ?>
6262 <label for="modlgn-passwd-<?php echo $ module ->id ; ?> "><?php echo Text::_ ('JGLOBAL_PASSWORD ' ); ?> </label>
63- <input id="modlgn-passwd-<?php echo $ module ->id ; ?> " type="password" name="password" autocomplete="current-password" class="form-control" placeholder="<?php echo Text::_ ('JGLOBAL_PASSWORD ' ); ?> ">
63+ <div class="input-group">
64+ <input id="modlgn-passwd-<?php echo $ module ->id ; ?> " type="password" name="password" autocomplete="current-password" class="form-control" placeholder="<?php echo Text::_ ('JGLOBAL_PASSWORD ' ); ?> ">
65+ <button type="button" class="btn btn-secondary input-password-toggle">
66+ <span class="icon-eye icon-fw" aria-hidden="true"></span>
67+ <span class="visually-hidden"><?php echo Text::_ ('JSHOWPASSWORD ' ); ?> </span>
68+ </button>
69+ </div>
6470 <?php endif ; ?>
6571 </div>
6672
You can’t perform that action at this time.
0 commit comments