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
3b4fa01e
Commit
3b4fa01e
authored
Oct 20, 2014
by
Aaron Wells
Committed by
Robert Lyon
Oct 20, 2014
Browse files
Use default urltext if non supplied; in new inbox
Bug #1382896 Change-Id: I373f97dc088a5c81c9401f6a01d7aa4b2bc09d64
parent
8ddf3295
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/multirecipientnotification/theme/raw/activitylistin.tpl
View file @
3b4fa01e
...
...
@@ -32,8 +32,11 @@
<br
/>
<a
href=
"
{
$WWWROOT
}{
$item
->
url
}
"
>
{
if
$item
->
urltext
}
{
$item
->
urltext
}
{
str
tag
=
'linkindicator'
section
=
"artefact.multirecipientnotification"
}
{
$item
->
urltext
}
{
else
}
{
str
tag
=
"more..."
}
{/
if
}
{
str
tag
=
'linkindicator'
section
=
"artefact.multirecipientnotification"
}
</a>
{/
if
}
{
if
$item
->
return
}
...
...
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