← Back to team overview

mahara-contributors team mailing list archive

[Bug 1387341] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3880
Committed: http://gitorious.org/mahara/mahara/commit/7b0a196047bd882c2496b02289366f25aa96bc89
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit 7b0a196047bd882c2496b02289366f25aa96bc89
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Oct 30 09:17:51 2014 +1300

Adding 'title' attribute to tab link (Bug #1387341)

Ideally the new attribute should be called 'title' in the array used
to populate the tabs - but as we've called the link text 'title' it's
not worth changing that to 'text' and having the new attribute =
'title' so I've called it 'tooltip' in the array.

Change-Id: I4e34a48e020691f9eefbdfe1a3cd45ee217c62d8
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1387341

Title:
  Allowing tabs menus to have a 'title' attribute on the A tag

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Sometimes the text for the <a> tag is not enough, as we need to take
  into consideration responsive design, so need one or two word
  descriptions.

  It would be useful to have the ability to have an alternative 'title'
  attribute as well for a fuller explanation of what the tab is for.

  Eg:
    <a href="#">Compose</a>

  could be made clearer with
    <a title="Create a new notification message" href="#">Compose</a>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1387341/+subscriptions


References