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
7f670087
Commit
7f670087
authored
Aug 20, 2008
by
Richard Mansfield
Browse files
Hide 'by' when viewing institution-owned artefacts
parent
5f30780a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/artefact.tpl
View file @
7f670087
...
...
@@ -3,8 +3,8 @@
{
include
file
=
"columnfullstart.tpl"
}
<h2>
<a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$viewid
}
"
>
{
$viewtitle
}
</a>
{
str
tag
=
by
section
=
view
}
<a
href=
"
{
$WWWROOT
}{
$ownerlink
}
"
>
{
$ownername
}
</a>
{
foreach
from
=
$artefactpath
item
=
a
}
:
<a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$viewid
}
"
>
{
$viewtitle
}
</a>
{
if
$ownername
}
{
str
tag
=
by
section
=
view
}
<a
href=
"
{
$WWWROOT
}{
$ownerlink
}
"
>
{
$ownername
}
</a>
{
/
if
}{
foreach
from
=
$artefactpath
item
=
a
}
:
{
if
$a.url
}
<a
href=
"
{
$a.url
}
"
>
{/
if
}{
$a.title
}{
if
$a.url
}
</a>
{/
if
}
{/
foreach
}
</h2>
...
...
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