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
c44852e2
Commit
c44852e2
authored
Dec 13, 2016
by
Liam
Committed by
Robert Lyon
Jan 11, 2017
Browse files
Bug #1648878: Centered the secret urls icon on shared by me page
behatnotneeded Change-Id: I3fe0ec43ef0b93bece1980e0e4fa7f190118114b
parent
75c2c2ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/view/accesslistrow.tpl
View file @
c44852e2
...
...
@@ -37,10 +37,10 @@
<span
class=
"sr-only"
>
{
str
tag
=
editaccess
}
</span>
</a>
</td>
<td
class=
"secreturls text-
right
tiny active"
>
<td
class=
"secreturls text-
center
tiny active"
>
<a
title=
"
{
str
tag
=
editsecreturlaccess
section
=
view
}
"
href=
"
{
$WWWROOT
}
view/urls.php?id=
{
$item.viewid
}{
if
$item.views
}
&collection=
{
$item.id
}{/
if
}
"
class=
"text-default"
>
<span>
{
$item.secreturls
}
</span>
<span
class=
"icon icon-globe icon-lg
right
"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"icon icon-globe icon-lg"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"sr-only"
>
{
str
tag
=
edit
}
</span>
</a>
</td>
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