diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-03-03 13:19:24 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-03-21 11:17:45 -0400 |
| commit | 968697512783294529af7353f3e87f4ecf720977 (patch) | |
| tree | 6ac02fa69023ab688f527fce0e1828cdd63fbba5 /httemplate/docs | |
| parent | f2222df484b0b4a38b8199f4bbdf963272c369b7 (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 64adcb975..765676777 100644 --- a/httemplate/docs/license.html +++ b/httemplate/docs/license.html @@ -138,6 +138,11 @@ 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> |
