pgAdmin 4 commit: Add ALT tags to images for accessibility. Fixes #2902

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add ALT tags to images for accessibility. Fixes #2902
Date: 2018-01-08 12:43:39
Message-ID: E1eYWmB-0005lv-Q9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add ALT tags to images for accessibility. Fixes #2902

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aec86970f2620295a444d20958f53206fe1ec24d
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-08 12:43:45 Re: [pgAdmin4][Patch#2902] To add ALT tags for images in pgAdmin4
Previous Message Dave Page 2018-01-08 12:41:14 Re: RM2815: Relogin to pgAdmin from sqleditor/datadrid if session exprires