[freeside-commits] branch master updated. 189cfca44d46995b19bc367297024f253793eaa3

Mark Wells mark at 420.am
Thu Jun 25 13:44:14 PDT 2015


The branch, master has been updated
       via  189cfca44d46995b19bc367297024f253793eaa3 (commit)
       via  4ff12dc7e14232390daca2f14a278cde46a8e573 (commit)
      from  d0dc5b2d3ee79b34579a8774388b486ce779b590 (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 189cfca44d46995b19bc367297024f253793eaa3
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Jun 25 13:04:07 2015 -0700

    jquery in header-popup

diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html
index dc60ae6..307252a 100644
--- a/httemplate/elements/header-popup.html
+++ b/httemplate/elements/header-popup.html
@@ -28,7 +28,7 @@ Example:
     <META HTTP-Equiv="Cache-Control" Content="no-cache">
     <META HTTP-Equiv="Pragma" Content="no-cache">
     <META HTTP-Equiv="Expires" Content="0"> 
-    <SCRIPT SRC="<% $p %>elements/jquery.js"></SCRIPT>
+    <SCRIPT SRC="<% $fsurl %>elements/jquery.js"></SCRIPT>
     <% $head %>
   </HEAD>
   <BODY <% $etc %>>

commit 4ff12dc7e14232390daca2f14a278cde46a8e573
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Jun 25 13:03:13 2015 -0700

    make invoice text mouse-accessible through watermark box, #24665

diff --git a/conf/invoice_html b/conf/invoice_html
index 7cadd7c..dfd87c7 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -34,6 +34,7 @@
   width: 100%;
   height: 100%;
   display: table;
+  pointer-events: none;
 }
 .watermark-content {
   display: table-cell;

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

Summary of changes:
 conf/invoice_html                     |    1 +
 httemplate/elements/header-popup.html |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list