ConstruccionesCNJ_Web/Source/gallery2/upgrade/templates/UpgradeCoreModuleUpToDate.html
2007-10-31 12:30:19 +00:00

19 lines
438 B
HTML

<h1><?php print _("Upgrading the Gallery Core Module") ?></h1>
<p>
<?php print _("Your Gallery Core Module is up to date!"); ?>
</p>
<table>
<tr>
<td width="175">
<?php print _("Currently installed"); ?>
</td>
<td>
<b>
<?php printf(_("Core Module version: %s (Gallery %s)"), $templateData['installed']['core'], $templateData['installed']['gallery']); ?>
</b>
</td>
</tr>
</table>