File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
mod_related_items/src/Dispatcher Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 60
60
</div>
61
61
<?php else : ?>
62
62
<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>
64
70
<?php endif ; ?>
65
71
</div>
66
72
Original file line number Diff line number Diff line change 20
20
// phpcs:enable PSR1.Files.SideEffects
21
21
22
22
/**
23
- * Dispatcher class for mod_articles_popular
23
+ * Dispatcher class for mod_articles_related_items
24
24
*
25
25
* @since 4.4.0
26
26
*/
You can’t perform that action at this time.
0 commit comments