Commit f8245aa85992c0de85fe819e68fcc00293081a33
1 parent
fbf2c802
Updated copyright in interface
PT: 2229696 Committed by: Megan Watson
Showing
3 changed files
with
48 additions
and
48 deletions
templates/kt3/standard_page.smarty
| @@ -333,7 +333,7 @@ | @@ -333,7 +333,7 @@ | ||
| 333 | {/if} | 333 | {/if} |
| 334 | </td> | 334 | </td> |
| 335 | <td align="right"> | 335 | <td align="right"> |
| 336 | - {i18n}© 2008, 2009 <a href="http://www.knowledgetree.com/about/legal" target="_blank">KnowledgeTree Inc.</a>{/i18n} | 336 | + {i18n}© 2008-2010 <a href="http://www.knowledgetree.com/about/legal" target="_blank">KnowledgeTree Inc.</a>{/i18n} |
| 337 | {i18n}All rights reserved.{/i18n} | 337 | {i18n}All rights reserved.{/i18n} |
| 338 | {if ($smallVersion == 'Community Edition')} | 338 | {if ($smallVersion == 'Community Edition')} |
| 339 | <br>{i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n} | 339 | <br>{i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n} |
templates/ktcore/login.smarty
| @@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
| 68 | <br> | 68 | <br> |
| 69 | {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/> | 69 | {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}<br/> |
| 70 | {i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br> | 70 | {i18n}<a href="http://www.knowledgetree.com/">Document Management Software</a>{/i18n}<br> |
| 71 | - {i18n}© 2008, 2009 <a href="http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}<br><br> | 71 | + {i18n}© 2008-2010 <a href="http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}<br><br> |
| 72 | {if ($smallVersion == 'Community Edition')} | 72 | {if ($smallVersion == 'Community Edition')} |
| 73 | {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> | 73 | {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> |
| 74 | {else} | 74 | {else} |
templates/ktcore/principals/about.smarty
| 1 | <h2>{i18n arg_appname="$appname" arg_versionname="$versionname"}#appname# #versionname#{/i18n}</h2> | 1 | <h2>{i18n arg_appname="$appname" arg_versionname="$versionname"}#appname# #versionname#{/i18n}</h2> |
| 2 | <p><strong>{i18n arg_version="$versionnumber"}Version #version#{/i18n}</strong></p> | 2 | <p><strong>{i18n arg_version="$versionnumber"}Version #version#{/i18n}</strong></p> |
| 3 | <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" border="0" /> | 3 | <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" border="0" /> |
| 4 | -<p>{i18n}© 2008, 2009 <a href=" http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}       <a href="http://www.knowledgetree.com">http://www.knowledgetree.com</a><br /> | 4 | +<p>{i18n}© 2008-2010 <a href=" http://www.knowledgetree.com/">KnowledgeTree Inc.</a>{/i18n}       <a href="http://www.knowledgetree.com">http://www.knowledgetree.com</a><br /> |
| 5 | {if ($smallVersion !== 'Community Edition')} | 5 | {if ($smallVersion !== 'Community Edition')} |
| 6 | {i18n}All rights reserved.{/i18n}<br> | 6 | {i18n}All rights reserved.{/i18n}<br> |
| 7 | {/if} | 7 | {/if} |
| 8 | <br> | 8 | <br> |
| 9 | {if ($smallVersion == 'Community Edition')} | 9 | {if ($smallVersion == 'Community Edition')} |
| 10 | {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><br> | 10 | {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><br> |
| 11 | - {i18n}KnowledgeTree Community Edition is supplied with <a href="http://www.knowledgetree.com/commercial_support" target="_blank">no support</a>, | ||
| 12 | - <a href="http://www.knowledgetree.com/commercial_support" target="_blank">no maintenance</a>, | 11 | + {i18n}KnowledgeTree Community Edition is supplied with <a href="http://www.knowledgetree.com/commercial_support" target="_blank">no support</a>, |
| 12 | + <a href="http://www.knowledgetree.com/commercial_support" target="_blank">no maintenance</a>, | ||
| 13 | and <a href="http://www.knowledgetree.com/commercial_support" target="_blank">no warranty</a>.{/i18n}<br> | 13 | and <a href="http://www.knowledgetree.com/commercial_support" target="_blank">no warranty</a>.{/i18n}<br> |
| 14 | {i18n}Please contact the <a href="mailto:sales@knowledgetree.com">KnowledgeTree Sales team</a> should you wish to learn more about commercially supported editions of KnowledgeTree.{/i18n}<br> | 14 | {i18n}Please contact the <a href="mailto:sales@knowledgetree.com">KnowledgeTree Sales team</a> should you wish to learn more about commercially supported editions of KnowledgeTree.{/i18n}<br> |
| 15 | {else} | 15 | {else} |
| 16 | <br> | 16 | <br> |
| 17 | {i18n}This is a professionally supported edition of KnowledgeTree.{/i18n} <br> | 17 | {i18n}This is a professionally supported edition of KnowledgeTree.{/i18n} <br> |
| 18 | {i18n}Please refer to the documentation provided to you at subscription to learn more about how to access KnowledgeTree's professional support team.{/i18n}<br> | 18 | {i18n}Please refer to the documentation provided to you at subscription to learn more about how to access KnowledgeTree's professional support team.{/i18n}<br> |
| 19 | - | 19 | + |
| 20 | {/if} | 20 | {/if} |
| 21 | </p> | 21 | </p> |
| 22 | <br> | 22 | <br> |
| @@ -32,47 +32,47 @@ | @@ -32,47 +32,47 @@ | ||
| 32 | <br/> | 32 | <br/> |
| 33 | <p> | 33 | <p> |
| 34 | <strong>Thanks to the following contributors for helping us with code contributions and testing...</strong></p> | 34 | <strong>Thanks to the following contributors for helping us with code contributions and testing...</strong></p> |
| 35 | - Fu Bin, | ||
| 36 | - Blackhold, | ||
| 37 | - Chris Buechler, | ||
| 38 | - Guillaume Dufloux, | ||
| 39 | - David Alfonso Faspar, | ||
| 40 | - Ruud Feringa, | ||
| 41 | - Hilário Fernandes, | ||
| 42 | - William Hawkins, | ||
| 43 | - Lody Hoekstra, | ||
| 44 | - Kenny Horan, | ||
| 45 | - Artur Kiwa, | ||
| 46 | - Michael Knight, | ||
| 47 | - Jeongkyu Kim, | ||
| 48 | - Rogerio Kohler, | ||
| 49 | - Piotr Krawiecki , | ||
| 50 | - Ola Larsson, | ||
| 51 | - Pavel Lastovicka, | ||
| 52 | - Michel Loiseleur , | ||
| 53 | - Renat Lumpau, | ||
| 54 | - Marco Lusini, | ||
| 55 | - Michael Malone, | ||
| 56 | - Jochem Meijers, | ||
| 57 | - John Miles, | ||
| 58 | - Ismail Mogal, | ||
| 59 | - David Nalley, | ||
| 60 | - Marco Napetti, | ||
| 61 | - Manuela Patrono, | ||
| 62 | - Antti Poro, | ||
| 63 | - Nicolas Quienot, | ||
| 64 | - Ken Rainsforth, | ||
| 65 | - Antonio Rizzelli, | ||
| 66 | - Greg Rundlett, | ||
| 67 | - Leonardo Russo, | ||
| 68 | - Ricardo Silva, | ||
| 69 | - Mario Steinhoff, | ||
| 70 | - Phillip Steinbachs, | ||
| 71 | - Tahir Tahang, | ||
| 72 | - Paul Trgina, | ||
| 73 | - Harry Tsio, | ||
| 74 | - Bjarte Kalstveit Vebjørnsen, | ||
| 75 | - Zakariah, | 35 | + Fu Bin, |
| 36 | + Blackhold, | ||
| 37 | + Chris Buechler, | ||
| 38 | + Guillaume Dufloux, | ||
| 39 | + David Alfonso Faspar, | ||
| 40 | + Ruud Feringa, | ||
| 41 | + Hilário Fernandes, | ||
| 42 | + William Hawkins, | ||
| 43 | + Lody Hoekstra, | ||
| 44 | + Kenny Horan, | ||
| 45 | + Artur Kiwa, | ||
| 46 | + Michael Knight, | ||
| 47 | + Jeongkyu Kim, | ||
| 48 | + Rogerio Kohler, | ||
| 49 | + Piotr Krawiecki , | ||
| 50 | + Ola Larsson, | ||
| 51 | + Pavel Lastovicka, | ||
| 52 | + Michel Loiseleur , | ||
| 53 | + Renat Lumpau, | ||
| 54 | + Marco Lusini, | ||
| 55 | + Michael Malone, | ||
| 56 | + Jochem Meijers, | ||
| 57 | + John Miles, | ||
| 58 | + Ismail Mogal, | ||
| 59 | + David Nalley, | ||
| 60 | + Marco Napetti, | ||
| 61 | + Manuela Patrono, | ||
| 62 | + Antti Poro, | ||
| 63 | + Nicolas Quienot, | ||
| 64 | + Ken Rainsforth, | ||
| 65 | + Antonio Rizzelli, | ||
| 66 | + Greg Rundlett, | ||
| 67 | + Leonardo Russo, | ||
| 68 | + Ricardo Silva, | ||
| 69 | + Mario Steinhoff, | ||
| 70 | + Phillip Steinbachs, | ||
| 71 | + Tahir Tahang, | ||
| 72 | + Paul Trgina, | ||
| 73 | + Harry Tsio, | ||
| 74 | + Bjarte Kalstveit Vebjørnsen, | ||
| 75 | + Zakariah, | ||
| 76 | Jaime Zarate, <br><br/> | 76 | Jaime Zarate, <br><br/> |
| 77 | And the KnowledgeTree team who <a href="http://en.wikipedia.org/wiki/Eat_one's_own_dog_food">"dogfood"</a> KnowledgeTree every day. | 77 | And the KnowledgeTree team who <a href="http://en.wikipedia.org/wiki/Eat_one's_own_dog_food">"dogfood"</a> KnowledgeTree every day. |
| 78 | 78 | ||
| @@ -80,4 +80,4 @@ | @@ -80,4 +80,4 @@ | ||
| 80 | 80 | ||
| 81 | <br/> | 81 | <br/> |
| 82 | <p>This software utilizes third-party software from <a set="yes" linkindex="11" href="http://pear.php.net/">Pear</a>, <a set="yes" linkindex="12" href="http://phpmailer.sourceforge.net/">PHPMailer</a>, <a set="yes" linkindex="13" href="http://smarty.php.net/">Smarty Template Engine</a>, <a set="yes" linkindex="14" href="http://sourceforge.net/projects/jscalendar">JSCalendar</a>, <a set="yes" linkindex="15" href="http://mochikit.com/">Mochikit</a>, <a set="yes" linkindex="16" href="http://tinymce.moxiecode.com/">Moxiecode Systems</a>, <a set="yes" linkindex="17" href="http://developer.yahoo.com/yui/">Yahoo Developer Network</a>.</p> | 82 | <p>This software utilizes third-party software from <a set="yes" linkindex="11" href="http://pear.php.net/">Pear</a>, <a set="yes" linkindex="12" href="http://phpmailer.sourceforge.net/">PHPMailer</a>, <a set="yes" linkindex="13" href="http://smarty.php.net/">Smarty Template Engine</a>, <a set="yes" linkindex="14" href="http://sourceforge.net/projects/jscalendar">JSCalendar</a>, <a set="yes" linkindex="15" href="http://mochikit.com/">Mochikit</a>, <a set="yes" linkindex="16" href="http://tinymce.moxiecode.com/">Moxiecode Systems</a>, <a set="yes" linkindex="17" href="http://developer.yahoo.com/yui/">Yahoo Developer Network</a>.</p> |
| 83 | - | 83 | + |