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
5cb4c211
Commit
5cb4c211
authored
Dec 21, 2010
by
Richard Mansfield
Browse files
Remove unused edit title link from microheader
Signed-off-by:
Richard Mansfield
<
richard.mansfield@catalyst.net.nz
>
parent
1741787a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/viewmicroheader.tpl
View file @
5cb4c211
...
...
@@ -54,11 +54,7 @@
{
if
$collection
}
<div
id=
"collection"
><strong>
{
$microheadertitle
|
safe
}
:
</strong>
{
include
file
=
collectionnav
.
tpl
}
</div>
{
else
}
<div
class=
"center title"
>
{
$microheadertitle
|
safe
}
{
if
$edittitleurl
}
<span
class=
"editviewtitle s"
><a
title=
"
{
str
tag
=
edittitleanddescription
section
=
view
}
"
href=
"
{
$edittitleurl
}
"
><img
src=
"
{
theme_url
filename
=
'images/icon-edit.gif'
}
"
alt=
"
{
str
tag
=
edittitleanddescription
section
=
view
}
"
/>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></span>
{/
if
}
</div>
<div
class=
"center title"
>
{
$microheadertitle
|
safe
}
</div>
{/
if
}
<div
class=
"cb"
></div>
</div>
...
...
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