From b0b095015927ceb21eafd9a8db0d10893eb51561 Mon Sep 17 00:00:00 2001 From: Kyle M Hall <kyle@bywatersolutions.com> Date: Fri, 7 Feb 2014 08:54:24 -0500 Subject: [PATCH] Bug 9016 [QA Followup] - Add insertAtCaret library to about page --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 72ab5fa..01bf346 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -494,6 +494,12 @@ <p>Copyright © 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p> + <h2>jQuery insertAtCaret Plugin</h2> + <p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the the <a target="_blank" href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p> + + <p>Copyright © 2003-2010 phpMyAdmin devel team</p> + + <h2>OpenJS Keyboard Shortcuts Library</h2> <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a> -- 1.7.10.4