Commit 32eae07ec7dc9d44fd40a865ddeef25eda107b59

Authored by Neil Blakey-Milner
1 parent 0cf97747

Show both the system and database version.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3268 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 1 deletions
presentation/login.php
@@ -83,7 +83,8 @@ if ($_REQUEST['loginAction'] == "loginForm") { @@ -83,7 +83,8 @@ if ($_REQUEST['loginAction'] == "loginForm") {
83 <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/> 83 <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/>
84 <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n 84 <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n
85 <tr align=\"right\"><td><input type=\"image\" src=\"" . KTHtml::getLoginButton() . "\" border=\"0\"></td></tr>\n 85 <tr align=\"right\"><td><input type=\"image\" src=\"" . KTHtml::getLoginButton() . "\" border=\"0\"></td></tr>\n
86 - <tr><td><font size=\"1\">" . _("Version") . ": " . $default->system->get("knowledgeTreeVersion") . "</font></td></tr> 86 + <tr><td><font size=\"1\">" . _("Database Version") . ": " . $default->system->get("knowledgeTreeVersion") . "</font></td></tr>
  87 + <tr><td><font size=\"1\">" . _("System Version") . ": " . $default->systemVersion . "</font></td></tr>
87 </table> 88 </table>
88 </center> 89 </center>
89 </body> 90 </body>