[ 
https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-DB.patch

I create a patch "GERONIMO-4025-DB.patch", which modifies 3 files under the 
\plugins\system-database\sysdb-portlets\src\main\webapp\WEB-INF\view directory.

This will bring some style changes on the tables in the DB Info and DB Manager 
portlet.

If this patch is reasonable, I will provide more about the rest pages of the 
admin console.

> Accessibility issues: No caption tag or summary property, no column and row 
> scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.1
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>         Attachments: GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these 
> techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to