Skip to content
GitLab
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
d723e563
Commit
d723e563
authored
Mar 24, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Mar 24, 2019
Browse files
Merge "Bug 1815829: Adding link titles to the page/profile action links"
parents
a38eb3ea
f80f6c19
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/header/pageactions.tpl
View file @
d723e563
...
...
@@ -8,7 +8,7 @@
{/
strip
}{/
if
}
{
if
$mnethost
}
<a
href=
"
{
$mnethost.url
}
"
class=
"btn btn-secondary"
>
<a
href=
"
{
$mnethost.url
}
"
class=
"btn btn-secondary"
title=
"
{
str
tag
=
backto
arg1
=
$mnethost.name
}
"
>
<span
class=
"icon icon-long-arrow-right icon-lg left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
str
tag
=
backto
arg1
=
$mnethost.name
}
</span>
</a>
...
...
htdocs/theme/raw/templates/header/profileactions.tpl
View file @
d723e563
...
...
@@ -7,13 +7,13 @@
</a>
{/
if
}
{
if
$loginas
}
<a
href=
"
{
$WWWROOT
}
admin/users/changeuser.php?id=
{
$USERID
}
"
class=
"btn-login btn btn-secondary"
>
<a
href=
"
{
$WWWROOT
}
admin/users/changeuser.php?id=
{
$USERID
}
"
class=
"btn-login btn btn-secondary"
title=
"
{
$loginas
}
"
>
<span
class=
"icon-user-secret icon icon-lg left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
$loginas
}
</span>
</a>
{
if
$USER
->
get
(
'admin'
)
}
<a
href=
"
{
$WWWROOT
}
admin/users/edit.php?id=
{
$USERID
}
"
class=
"btn-edit btn btn-secondary"
>
<a
href=
"
{
$WWWROOT
}
admin/users/edit.php?id=
{
$USERID
}
"
class=
"btn-edit btn btn-secondary"
title=
"
{
str
tag
=
accountsettings
section
=
admin
}
"
>
<span
class=
"icon-cogs icon icon-lg left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
str
tag
=
accountsettings
section
=
admin
}
</span>
</a>
...
...
@@ -21,14 +21,14 @@
{/
if
}
{
if
$canmessage
}
<a
href=
"
{
$WWWROOT
}{
if
$mrmoduleactive
}
module/multirecipientnotification
{
else
}
user
{/
if
}
/sendmessage.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-message btn btn-secondary"
>
<a
href=
"
{
$WWWROOT
}{
if
$mrmoduleactive
}
module/multirecipientnotification
{
else
}
user
{/
if
}
/sendmessage.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-message btn btn-secondary"
title=
"
{
str
tag
=
'sendmessage'
section
=
'group'
}
"
>
<span
class=
"icon-envelope icon icon-lg left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
str
tag
=
'sendmessage'
section
=
'group'
}
</span>
</a>
{/
if
}
{
if
$relationship
==
'existingfriend'
}
<a
href=
"
{
$WWWROOT
}
user/removefriend.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-del btn btn-secondary"
>
<a
href=
"
{
$WWWROOT
}
user/removefriend.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-del btn btn-secondary"
title=
"
{
str
tag
=
'removefromfriendslist'
section
=
'group'
}
"
>
<span
class=
"icon-user-times icon icon-lg left text-danger"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
str
tag
=
'removefromfriendslist'
section
=
'group'
}
</span>
</a>
...
...
@@ -38,7 +38,7 @@
{
$newfriendform
|
safe
}
{
elseif
$relationship
==
'none'
&&
$friendscontrol
==
'auth'
}
<a
href=
"
{
$WWWROOT
}
user/requestfriendship.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-friend btn btn-secondary"
>
<a
href=
"
{
$WWWROOT
}
user/requestfriendship.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-friend btn btn-secondary"
title=
"
{
str
tag
=
'requestfriendship'
section
=
'group'
}
"
>
<span
class=
"icon-user-plus icon icon-lg left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
str
tag
=
'requestfriendship'
section
=
'group'
}
</span>
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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