diff options
author | root <root@debian8-7-1> | 2017-02-17 09:59:44 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-24 12:14:43 -0400 |
commit | dca4b0477a71c60066eabb6f5c1824b2e215bda9 (patch) | |
tree | 91343686c021718f6b464fc24ce4ed165cd3e9f3 | |
parent | 9286fcfb7a9674b6b5feb4cb31cbcdc134a19aeb (diff) |
RT# 21110 Unparsable age error. Added javascript to validate field prior to submitting the form. Also place checked prior entry in database.
-rw-r--r-- | httemplate/elements/header-full.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index 2e1047486..e72eec35e 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -64,6 +64,8 @@ Example: <% $head |n %> + <SCRIPT SRC="<% $fsurl %>elements/validate.min.js"></SCRIPT> + %# announce our base path, and the Mason comp path of this page <script type="text/javascript"> window.fsurl = <% $fsurl |js_string %>; |