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
1dfa5482
Commit
1dfa5482
authored
May 05, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
May 05, 2015
Browse files
Merge "Adding a label for the forum topic list checkbox (Bug #1426983)"
parents
5189dfb3
540849bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/interaction/forum/templates/topics.tpl
View file @
1dfa5482
...
...
@@ -18,7 +18,7 @@
{/
if
}
</td>
<td
class=
"topic"
>
<h3
class=
"title"
><a
href=
"
{
$WWWROOT
}
interaction/forum/topic.php?id=
{
$topic
->
id
}
"
>
<label
for=
"topic_
{
$topic
->
id
}
"
>
{
$topic
->
subject
}
</label
></a
>
{
if
$publicgroup
}
<a
href=
"
{
$topic
->
feedlink
}
"
><img
class=
"feedicon"
src=
"
{
theme_image_url
filename
=
'feed'
}
"
></a>
{/
if
}
</h3>
<h3
class=
"title"
><
label
for=
"topic_
{
$topic
->
id
}
"
><
a
href=
"
{
$WWWROOT
}
interaction/forum/topic.php?id=
{
$topic
->
id
}
"
>
{
$topic
->
subject
}
</
a></
label>
{
if
$publicgroup
}
<a
href=
"
{
$topic
->
feedlink
}
"
><img
class=
"feedicon"
src=
"
{
theme_image_url
filename
=
'feed'
}
"
></a>
{/
if
}
</h3>
<div
class=
"detail"
>
{
$topic
->
body
|
str_shorten_html
:
50
:
true
:
false
|
safe
}
</div>
</td>
<td
class=
"postertd"
>
...
...
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