[freeside-commits] branch FREESIDE_4_BRANCH updated. fb435d43ea32aa2cce1eb5e6dea6f8e4bd9549c3

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


The branch, FREESIDE_4_BRANCH has been updated
       via  fb435d43ea32aa2cce1eb5e6dea6f8e4bd9549c3 (commit)
       via  b5466b799fa6176ebba0f660f33b59fc5c71a98f (commit)
      from  beebee4180a4a5bc759f1c1378633e53fcbd3c04 (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 fb435d43ea32aa2cce1eb5e6dea6f8e4bd9549c3
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Jun 25 13:05:09 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 b5466b799fa6176ebba0f660f33b59fc5c71a98f
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Jun 25 13:05:02 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