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
975e5677
Commit
975e5677
authored
Oct 20, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 20, 2006
Browse files
No need to handle the case where there are no upgrades in the template now.
parent
11ba4a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/admin/upgrade.tpl
View file @
975e5677
{
include
file
=
'header.tpl'
}
{
if
$upgrades
}
<table>
<tr>
<th>
{
str
section
=
admin
tag
=
component
}
</th>
...
...
@@ -17,7 +16,4 @@
{/
foreach
}
</table>
<div
id=
"finished"
style=
"display: none;"
>
All done!
<a
href=
"
{
$WWWROOT
}
"
>
Continue
</a>
(FIXME: displays on errors)
</div>
{
else
}
{
str
section
=
admin
tag
=
noupgrades
}
{/
if
}
{
include
file
=
'footer.tpl'
}
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