git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
19 lines
438 B
HTML
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>
|