Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
28d55034
Commit
28d55034
authored
Jul 10, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jul 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved the display of the upgrade message, so you can see what needs upgrading
parent
6c159d71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
htdocs/theme/default/templates/admin/index.tpl
htdocs/theme/default/templates/admin/index.tpl
+21
-1
No files found.
htdocs/theme/default/templates/admin/index.tpl
View file @
28d55034
...
...
@@ -5,7 +5,27 @@
<div
id=
"adminhome"
>
{
if
$upgrades
}
<p
id=
"runupgrade"
><a
href=
"upgrade.php"
>
Run upgrade
</a></p>
<h3>
{
str
tag
=
"upgrades"
section
=
admin
}
</h3>
<div
id=
"runupgrade"
>
<div
class=
"fr"
><span
class=
"upgradeicon"
><a
href=
"upgrade.php"
>
{
str
tag
=
runupgrade
section
=
admin
}
</a></span></div>
<h4>
{
str
tag
=
thefollowingupgradesareready
section
=
admin
}
</h4>
<table
cellspacing=
"0"
>
<tr>
<th>
Plugin
</th>
<th>
From
</th>
<th>
To
</th>
</tr>
{
foreach
from
=
$upgrades
key
=
key
item
=
upgrade
}
{
if
$key
!=
'disablelogin'
}
<tr>
<td><strong>
{
$key
|
hsc
}
</strong></td>
<td>
{
$upgrade
->
fromrelease
}
(
{
$upgrade
->
from
}
)
</td>
<td>
{
$upgrade
->
torelease
}
(
{
$upgrade
->
to
}
)
</td>
</tr>
{/
if
}
{/
foreach
}
</table>
</div>
{/
if
}
<ul>
<li><h3>
{
str
tag
=
configsite
section
=
admin
}
</h3>
<ul>
...
...
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