Commit 1478bd328d7c1c9847a9b98e2bd89b89b95e3fb0
1 parent
5b196a51
KTC-247
"About Page text update" Fixed. Updated text. Committed By: Jalaloedien Abrahams Reviewed By: Jonathan Byrne KTC-245 "Login Page text update" Fixed. Updated text. Committed By: Jalaloedien Abrahams Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7918 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
templates/ktcore/login.smarty
| ... | ... | @@ -62,7 +62,7 @@ |
| 62 | 62 | <p class="descriptiveText version"> |
| 63 | 63 | {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/> |
| 64 | 64 | {i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br> |
| 65 | - {i18n}© 2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Ltd.</a>{/i18n}<br><br> | |
| 65 | + {i18n}© 2004-2007 <a href="http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a>{/i18n}<br><br> | |
| 66 | 66 | {if ($smallVersion == 'OSS')} |
| 67 | 67 | {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> |
| 68 | 68 | {else} | ... | ... |
templates/ktcore/principals/about.smarty
| 1 | 1 | <h2>{i18n arg_appname="$appname" arg_versionname="$versionname"}#appname# #versionname#{/i18n}</h2> |
| 2 | 2 | <p><strong>{i18n arg_version="$versionnumber"}Version #version#{/i18n}</strong></p> |
| 3 | 3 | <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" border="0" /> |
| 4 | -<p>{i18n}Copyright © 2004-2007 <a href=" http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a> <a href="http://www.knowledgetree.com/About/legal/license">View License Agreement</a>{/i18n}<br /> | |
| 4 | +<p>{i18n}© 2004-2007 <a href=" http://www.knowledgetree.com/">The Jam Warehouse Software (Pty) Limited</a> <a href="http://www.knowledgetree.com/About/legal/license">View License Agreement</a>{/i18n}<br /> | |
| 5 | 5 | {if ($smallVersion == 'OSS')} |
| 6 | 6 | {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> |
| 7 | 7 | {else} | ... | ... |