The local/html directory?

Kevin and all.

I notice this directory /local/html. What is this for? Can we keep local modifications to the HTML interface here and have RT pick them up or is it for some other purpose.

I apologise for all the newbie questions.

Keith-----Original Message-----
From: rt-devel [mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Kevin Falcone
Sent: Monday, June 30, 2014 5:29 PM
To: rt-devel@lists.bestpractical.com
Subject: Re: [rt-devel] Patch to add aria labels to SelectionBox arrow buttons

On Mon, Jun 30, 2014 at 05:43:13PM +0000, Keith Creasy wrote:

Screen readers such as “JAWS” and “NVDA” that provide access to web
pages for blind users do not read the arrow buttons on the selection
box. This patch adds aria-label attributes “Add”, “Move up”, and “Move down” to assist them.

Knowing that not all devs are immediately aware of the aria-label convention, do you have a pointer to something ‘official’ about it (and how well it’s supported by screen readers). I don’t mind adding things to core to support user agents, but want to make sure I have a better understanding of it.

-kevin

Hi.

Here are the components web, webservices, widgets, css, js, …etc

Here are my personal forms, for example.El 01/07/2014 14:14, Keith Creasy escribió:

Kevin and all.

I notice this directory /local/html. What is this for? Can we keep local modifications to the HTML interface here and have RT pick them up or is it for some other purpose.

I apologise for all the newbie questions.

Keith

-----Original Message-----
From: rt-devel [mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Kevin Falcone
Sent: Monday, June 30, 2014 5:29 PM
To: rt-devel@lists.bestpractical.com
Subject: Re: [rt-devel] Patch to add aria labels to SelectionBox arrow buttons

On Mon, Jun 30, 2014 at 05:43:13PM +0000, Keith Creasy wrote:

Screen readers such as “JAWS” and “NVDA” that provide access to web
pages for blind users do not read the arrow buttons on the selection
box. This patch adds aria-label attributes “Add”, “Move up”, and “Move down” to assist them.
Knowing that not all devs are immediately aware of the aria-label convention, do you have a pointer to something ‘official’ about it (and how well it’s supported by screen readers). I don’t mind adding things to core to support user agents, but want to make sure I have a better understanding of it.

-kevin

I notice this directory /local/html. What is this for? Can we keep local modifications to the HTML interface here and have RT pick them up or is it for some other purpose.

I apologise for all the newbie questions.

Yes, that’s what local/html is for, you may want to read through
http://requesttracker.wikia.com/wiki/Customizing

-kevin