[freeside-commits] branch master updated. b36e314b78b3a26d258730e6536010b4e6c3201b

Christopher Burger burgerc at 420.am
Fri Feb 17 07:01:22 PST 2017


The branch, master has been updated
       via  b36e314b78b3a26d258730e6536010b4e6c3201b (commit)
      from  5eb4ee4c660a55b7086a5bc18bcff352ad45e87d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b36e314b78b3a26d258730e6536010b4e6c3201b
Author: root <root at debian8-7-1>
Date:   Fri Feb 17 09:59:44 2017 -0500

    RT# 21110 Unparsable age error. Added javascript to validate field prior to submitting the form. Also place checked prior entry in database.

diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html
index 59e2785..e5b3638 100644
--- a/httemplate/elements/header-full.html
+++ b/httemplate/elements/header-full.html
@@ -56,6 +56,8 @@ Example:
     <script type="text/javascript" src="<% $fsurl %>elements/topreload.js"></script>
     <% $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 %>;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/header-full.html |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list