diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-03-03 13:19:24 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-03-03 13:19:24 -0500 |
commit | f650b4e98438c2a321ffee85bcd01d700f87b851 (patch) | |
tree | 124d1729e40ebe3879409edbb2466c795308f12f /httemplate/docs | |
parent | 17f3758e4af48afc39bdab37b076f37a1deda3f2 (diff) |
RT# 21110, Updated files to use jquery-validate jquery plugin. This allows for field validation instead of just form validation. Also updated footer so it does not use experimental keys on scalar. Dereferenced hash ref prior to using keys.
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/credits.html | 2 | ||||
-rw-r--r-- | httemplate/docs/license.html | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 8bae26d9d..4daf3713c 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -111,7 +111,7 @@ Johan Vromans<BR> Peter Wemm<BR> Mark Williamson<BR> Tim Yardley<BR> - +Jörn Zaefferer<BR> </CENTER> <BR> diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html index f42c8ba84..29fa4554f 100644 --- a/httemplate/docs/license.html +++ b/httemplate/docs/license.html @@ -142,6 +142,11 @@ licensed under the terms of the MIT license. Contains js-cookie by Klaus Hartl, Fagner Brack and contributors, licensed under the terms of the MIT license. +<P> +Contains the form validation Jquery plugin jquery-validation +<a href="https://github.com/jquery-validation/jquery-validation/blob/master/LICENSE.md"> by Jörn Zaefferer, +licensed under the terms of MIT License. + <!-- artwork --> <P> |