This patch adds license information about Bootstrap, jQuery, and
jQueryUI to the About page in the staff client.

To test, view the About page and confirm that information appears about
Bootstrap, jQuery, and jQueryUI with working links.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
index d862fd2..68be947 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
@@ -399,6 +399,10 @@
             <p>
             <a 
href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html";>Koha is free 
software; you can redistribute it and/or modify it under the terms of the GNU 
General Public License as published by the Free Software Foundation; either 
version 2 of the License, or (at your option) any later version.</a>
             </p>
+            <h3>jQuery and jQueryUI</h3>
+            <p><a href="http://jquery.com/";>jQuery</a> and <a 
href="http://jqueryui.com/";>jQueryUI</a> are licensed under the <a 
href="http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt";>MIT 
license</a></p>
+            <h3>Bootstrap</h3>
+            <p><a href="http://twitter.github.com/bootstrap/";>Boostrap</a> 
code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License v2.0</a>, <a href="http://glyphicons.com";>Glyphicons Free</a> licensed 
under <a href="http://creativecommons.org/licenses/by/3.0/";>CC BY 3.0</a>.</p>
             <h2>YUI</h2>
             <p>
             <a href="http://developer.yahoo.com/auth/license.txt";>BSD 
License</a>
-- 
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to