Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Plain Diff
Merge "Bug 1815829: Adding link titles to the page/profile action links"
parents
a38eb3ea
f80f6c19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
htdocs/theme/raw/templates/header/pageactions.tpl
htdocs/theme/raw/templates/header/pageactions.tpl
+1
-1
htdocs/theme/raw/templates/header/profileactions.tpl
htdocs/theme/raw/templates/header/profileactions.tpl
+5
-5
No files found.
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
Markdown
is supported
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