From 925cf9600781e534b4188adb68cc53a9709a6569 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 16 Jun 2015 16:49:27 -0700 Subject: [PATCH] UI spring cleaning: include jquery in all pages, animate customer edit service address hide/unhide --- httemplate/edit/cust_main.cgi | 18 +++++++++++------- httemplate/elements/header-popup.html | 1 + httemplate/elements/header.html | 1 + 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index f0de6e14a..effe84b96 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -68,8 +68,8 @@ VALUE="Y" <% $has_ship_address ? '' : 'CHECKED' %> ><% mt('same as billing address') |h %> -
- +
+
<& cust_main/before_ship_location.html, $cust_main &> <& /elements/location.html, object => $cust_main->ship_location, @@ -95,16 +95,20 @@
- <& cust_main/contacts_new.html, 'cust_main'=>$cust_main, &> diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 01a7ba87f..dc60ae67f 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -28,6 +28,7 @@ Example: + <% $head %> > diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index fd8a03d99..55b4fca83 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -42,6 +42,7 @@ Example: ) |n %> + <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> -- 2.11.0