diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 16:33:42 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 16:33:42 +0100 |
| commit | bc3056c1e03ba62ef1f34267ad1b160d5841d26b (patch) | |
| tree | 503b17bf67c07e930100444abe75bc3aa30bd1d9 /icon_browser.php | |
| parent | 7117bdda46c780a68be835a214e4f0632e62f6d1 (diff) | |
| download | themes-bc3056c1e03ba62ef1f34267ad1b160d5841d26b.tar.gz themes-bc3056c1e03ba62ef1f34267ad1b160d5841d26b.tar.bz2 themes-bc3056c1e03ba62ef1f34267ad1b160d5841d26b.zip | |
Add go-left/go-right to icon browser usage list
Aliases added to tango iconset for layout admin move-module links.
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 f542bc7..3c7ef8e 100755 --- a/icon_browser.php +++ b/icon_browser.php @@ -27,6 +27,8 @@ $iconUsage = [ "go-home" => "Home", "go-up" => "Move up / navigate up", "go-down" => "Move down / navigate down", + "go-left" => "Move left (alias: go-previous)", + "go-right" => "Move right (alias: go-next)", "go-first" => "First page", "go-last" => "Last page", "view-sort-ascending" => "Sort", |
