First of all: Thank you for your time. Thanks for trying to help us making jDownloads a better component. It's very much appreciated!
================================================
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
================================================
So it is not possible to add new task here.
Please use the support forum when you will do this.
We hope we can go online with a new bugtracker site in the next weeks - we work on it.
Many thanks.
================================================
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
THIS BUGTRACKER IS CLOSED!!!
================================================
So it is not possible to add new task here.
Please use the support forum when you will do this.
We hope we can go online with a new bugtracker site in the next weeks - we work on it.
Many thanks.
FS#128 - jDownloads Latest
Attached to Project:
jDownloads
Opened by Anonymous Submitter - Saturday, 07 January 2012, 17:52 GMT+2
Opened by Anonymous Submitter - Saturday, 07 January 2012, 17:52 GMT+2
|
DetailsIn the module jDownloads Latest I fixed a bug that allowed me to validate the site WCAG 2.0 (Level AA)
The file in question is Alternative.php file is located in modules / mod_jdownloads_latest / tmpl / alternate.php, In line 88 you will find: echo '<div style="padding-bottom: 3px; text-align:"'.$alignment.';">'. $ number. files_pic $. LINK_TEXT $. '</ div>'; After "text-align:" remove " You have to fix it with: [code]echo '<div style="padding-bottom: 3px; text-align:'.$alignment.';">'. $ number. files_pic $. LINK_TEXT $. '</ div>';[/code] Good job to all. |
This task depends upon