Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
d2de8500
Commit
d2de8500
authored
Jun 22, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Jun 22, 2015
Browse files
Merge "No accessibility text on Inbox/Outbox "more..." links (Bug 1465918)"
parents
a1746e72
e3ff084a
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/plugintype/artefact/multirecipientnotification/templates/activitylistin.tpl
View file @
d2de8500
...
...
@@ -127,7 +127,9 @@
<a
class=
"action"
href=
"
{
$WWWROOT
}{
$item
->
url
}
"
>
<span
class=
"icon icon-arrow-right"
></span>
{
if
$item
->
urltext
}
{
$item
->
urltext
}
{
$item
->
urltext
}
{
else
}
<span
class=
"sr-only"
>
{
str
tag
=
"more..."
}
</span>
{/
if
}
</a>
{/
if
}
...
...
htdocs/theme/raw/plugintype/artefact/multirecipientnotification/templates/activitylistout.tpl
View file @
d2de8500
...
...
@@ -95,8 +95,11 @@
{
if
$item
->
url
}
<a
class=
"action"
href=
"
{
$WWWROOT
}{
$item
->
url
}
"
>
<span
class=
"icon icon-reply"
></span>
<span
class=
"icon icon-arrow-right"
></span>
{
if
$item
->
urltext
}
{
$item
->
urltext
}
{
$item
->
urltext
}
{
else
}
<span
class=
"sr-only"
>
{
str
tag
=
"more..."
}
</span>
{/
if
}
</a>
{/
if
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment