From 32fd3916ba4eb78debe88a7ac7041e30f3f90381 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Sun, 11 Nov 2007 14:28:59 +0000 Subject: [PATCH] Reverted commit of "Forgot Password" functionality. It's still DEV. --- templates/ktcore/login.smarty | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty index 3779a09..aad025d 100644 --- a/templates/ktcore/login.smarty +++ b/templates/ktcore/login.smarty @@ -54,9 +54,15 @@ {/if}

- {i18n}Access to this service is subject to the KnowledgeTreeLive Terms and Conditions of use.{/i18n}
- {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved{/i18n} -

+ {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}
+ {i18n}Document Management Software{/i18n}
+ {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd.{/i18n}

+ {if ($smallVersion == 'OSS')} + {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
+ {else} + {i18n}All rights reserved.{/i18n}
+ {/if} +

-- libgit2 0.21.4