pgAdmin 4 commit: Add ALT tags to images for accessibility. Fixes#2902 - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Add ALT tags to images for accessibility. Fixes#2902
Date
Msg-id E1eZWLy-0004nf-Rm@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add ALT tags to images for accessibility. Fixes #2902

Branch
------
WEBPACK_DEVEL2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b832a2fa3a0706fb7f84b2214bcb476baf02387
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/about/templates/about/index.html       |  3 ++-
web/pgadmin/browser/static/js/wizard.js            | 25 +++++++++++++---------
web/pgadmin/browser/templates/browser/index.html   |  3 ++-
.../templates/dashboard/welcome_dashboard.html     |  3 ++-
web/pgadmin/misc/file_manager/static/js/utility.js |  2 +-
.../file_manager/templates/file_manager/index.html |  3 ++-
.../templates/security/change_password.html        |  3 ++-
.../templates/security/forgot_password.html        |  3 ++-
web/pgadmin/templates/security/login_user.html     |  3 ++-
web/pgadmin/templates/security/reset_password.html |  3 ++-
web/pgadmin/templates/security/watermark.html      |  4 +++-
11 files changed, 35 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: ESLINT: On pgAdmin static javascripts
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.