From 458af8d30a1bca153f770358b8f914554b0da6c3 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 03 Jun 2014 08:11:13 -0400 Subject: [PATCH] Apply accessibility improvements to the address book task --- program/js/app.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index e7f9d02..9398c6a 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5014,6 +5014,7 @@ // add link to pop back to parent group if (this.env.address_group_stack.length > 1) { $('<a href="#list">...</a>') + .attr('title', this.gettext('uponelevel')) .addClass('poplink') .appendTo(boxtitle) .click(function(e){ return ref.command('popgroup','',this); }); -- Gitblit v1.9.1