FLUID-2132: OSDPL Accessibility: Remove "More" links in Views and replace with custom links.

Metadata

Source
FLUID-2132
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2009-01-15T15:40:16.000-0500
Updated
2009-01-22T13:52:27.000-0500
Versions
  1. 0.6
Fixed Versions
N/A
Component
  1. OSDPL

Description

In Views, using the "More" option creates a "More" link at the bottom of the View when displayed to the user. This system generated link is not helpful for accessibility purposes.

Link text should be more helpful as to describe what it is linking to.

Task:

  • Disable the "more" option in the View.
  • In that View's block, add the appropriate link manually using the l() function.

Affected Views:

Comments

  • Jonathan Hung commented 2009-01-22T13:51:37.000-0500

    iteration25

  • Jonathan Hung commented 2009-01-22T13:52:27.000-0500

    Inadvertently fixed using Panels. Panels has the ability to over-ride titles of blocks, so now the "Welcome to ..." string does not appear.