Commit 32fd3916ba4eb78debe88a7ac7041e30f3f90381

Authored by Kevin Fourie
1 parent d35d8f4d

Reverted commit of "Forgot Password" functionality. It's still DEV.

Committed By: Kevin Fourie
Reviewed By: Jalaloedien Abrahams



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7660 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 9 additions and 3 deletions
templates/ktcore/login.smarty
... ... @@ -54,9 +54,15 @@
54 54 </div>
55 55 {/if}
56 56 <p class="descriptiveText version">
57   - {i18n}Access to this service is subject to the KnowledgeTreeLive <a href="http://www.knowledgetree.com/about/legal/live">Terms and Conditions</a> of use.{/i18n}<br/>
58   - {i18n}&copy; 2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Ltd.</a> All Rights Reserved{/i18n}
59   - </p>
  57 + {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/>
  58 + {i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br>
  59 + {i18n}&copy; 2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Ltd.</a>{/i18n}<br><br>
  60 + {if ($smallVersion == 'OSS')}
  61 + {i18n}This program is free software and published under the <a href=" http://www.gnu.org/licenses/">GNU General Public License version 3</a>{/i18n}<br>
  62 + {else}
  63 + {i18n}All rights reserved.{/i18n}<br>
  64 + {/if}
  65 + </p>
60 66 <div id="bottomspacer"></div>
61 67 <div class="floatClear"></div>
62 68 </div>
... ...