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
a74ccd82
Commit
a74ccd82
authored
Jan 23, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Jan 24, 2008
Browse files
fix edit view link
parent
d642866f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/view/index.tpl
View file @
a74ccd82
...
...
@@ -14,7 +14,7 @@
<td>
{
if
!
$view.submittedto
}
<a
href=
"
{
$WWWROOT
}
view/delete.php?id=
{
$view.id
}
"
class=
"fr"
><strong>
{
str
tag
=
"deletethisview"
section
=
"view"
}
</strong></a>
<a
href=
"
{
$WWWROOT
}
view/blocks.php?id=
{
$view.
o
d
}
"
class=
"fr"
><strong>
{
str
tag
=
"editthisview"
section
=
"view"
}
</strong></a>
<a
href=
"
{
$WWWROOT
}
view/blocks.php?id=
{
$view.
i
d
}
"
class=
"fr"
><strong>
{
str
tag
=
"editthisview"
section
=
"view"
}
</strong></a>
{/
if
}
<h3><a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$view.id
}
"
>
{
$view.title
|
escape
}
</a></h3>
<div
class=
"viewitem"
>
...
...
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