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
ee0b462b
Commit
ee0b462b
authored
Dec 21, 2010
by
Richard Mansfield
Browse files
Add title to manage button on my plans page
Signed-off-by:
Richard Mansfield
<
richard.mansfield@catalyst.net.nz
>
parent
55bcb589
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/plans/theme/raw/planslist.tpl
View file @
ee0b462b
...
...
@@ -2,8 +2,8 @@
<tr
class=
"
{
cycle
values
=
'r0,r1'
}
"
>
<td>
<div
class=
"fr planstatus"
>
<a
href=
"
{
$WWWROOT
}
artefact/plans/plan.php?id=
{
$plan
->
id
}
"
><img
src=
"
{
theme_url
filename
=
'images/manage.gif'
}
"
alt=
"
{
str
tag
=
managetasks
}
"
></a>
<a
href=
"
{
$WWWROOT
}
artefact/plans/edit/index.php?id=
{
$plan
->
id
}
"
title=
"
{
str
tag
=
"edit"
}
"
><img
src=
"
{
theme_url
filename
=
'images/edit.gif'
}
"
alt=
"
{
str
tag
=
edit
}
"
></a>
<a
href=
"
{
$WWWROOT
}
artefact/plans/plan.php?id=
{
$plan
->
id
}
"
title=
"
{
str
tag
=
managetasks
section
=
artefact
.
plans
}
"
><img
src=
"
{
theme_url
filename
=
'images/manage.gif'
}
"
alt=
"
{
str
tag
=
managetasks
}
"
></a>
<a
href=
"
{
$WWWROOT
}
artefact/plans/delete/index.php?id=
{
$plan
->
id
}
"
title=
"
{
str
tag
=
"delete"
}
"
><img
src=
"
{
theme_url
filename
=
'images/icon_close.gif'
}
"
alt=
"
{
str
tag
=
delete
}
"
></a>
</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