Commit 816337755048e60c67ff01cdfdffb580b36949fb

Authored by kevin_fourie
1 parent 473fc5e1

Merged in from STABLE trunk...

KTC-607
"Commercial 3.5.3 Login page says: 'Access to this service is subject to the KnowledgeTreeLive Terms and Conditions of use'"
Fixed. Replaced the live disclaimer with the commercial one.

Committed by: Megan Watson
Reviewed by: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9352 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/passwordResetPlugin/templates/login_reset.smarty
... ... @@ -120,11 +120,6 @@
120 120 {/if}
121 121 <p class='descriptiveText version'>
122 122 <br>
123   - {* Added for live *}
124   - {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/>
125   - {i18n}&copy; 2008 <a href="http://www.knowledgetree.com/">KnowledgeTree Inc.</a> All Rights Reserved{/i18n}
126   -
127   - {* Removed for live
128 123 {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/>
129 124 {i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br>
130 125 {i18n}&copy; 2008 <a href="http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}<br><br>
... ... @@ -133,7 +128,6 @@
133 128 {else}
134 129 {i18n}All rights reserved.{/i18n}<br>
135 130 {/if}
136   - *}
137 131 </p>
138 132 <br />
139 133 <div id='bottomspacer'></div>
... ...