diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-15 12:15:24 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-15 12:15:24 +0100 |
| commit | 83526634d3d06e34130cb49d0c617066f00f1219 (patch) | |
| tree | 0e2780b56a53b4cab035bfeac060d4cbddd8701e /icon_browser.php | |
| parent | 14a65b12e91543ad018af203f5e8d4c40137822a (diff) | |
| download | themes-83526634d3d06e34130cb49d0c617066f00f1219.tar.gz themes-83526634d3d06e34130cb49d0c617066f00f1219.tar.bz2 themes-83526634d3d06e34130cb49d0c617066f00f1219.zip | |
Register password-show icons in browser; document tango/tango5 copy rule
Add password-show-on and password-show-off to icon_browser.php. Add note
to CLAUDE.md that icons used in templates must exist in tango/ (not just
tango5/) and must be registered in icon_browser.php.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'icon_browser.php')
| -rwxr-xr-x | icon_browser.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icon_browser.php b/icon_browser.php index 0de5f36..808145d 100755 --- a/icon_browser.php +++ b/icon_browser.php @@ -80,6 +80,8 @@ $iconUsage = [ "lock" => "Lock / key / permissions", "emblem-readonly" => "Hidden / read-only", "emblem-unreadable" => "Visible / show", + "password-show-on" => "Show password (toggle reveal)", + "password-show-off" => "Hide password (toggle conceal)", // Users and contacts "user-desktop" => "User", "user-home" => "User home", |
