[freeside-commits] branch FREESIDE_4_BRANCH updated. dfb455957729b0a09e085853d3657b4b1d486cef

Ivan ivan at 420.am
Wed Nov 16 17:11:27 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  dfb455957729b0a09e085853d3657b4b1d486cef (commit)
      from  230206b7fb2be0f68648b1cf5ef529fc4ab77f6c (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 dfb455957729b0a09e085853d3657b4b1d486cef
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Nov 16 17:11:25 2016 -0800

    oops, necessary for recent UI work

diff --git a/httemplate/elements/popup-topreload.html b/httemplate/elements/popup-topreload.html
new file mode 100644
index 0000000..00d5cdf
--- /dev/null
+++ b/httemplate/elements/popup-topreload.html
@@ -0,0 +1,21 @@
+<%doc>
+
+Example:
+
+  <& /elements/popup-topreload, mt('Action completed') &>
+
+</%doc>
+<& /elements/header-popup.html, encode_entities($message) &>
+  <script src="<% $fsurl %>elements/js.cookie.js"></script>
+  <SCRIPT TYPE="text/javascript">
+    Cookies.set('freeside_status', <% $message |js_string %>,{
+                  expires: 0.0035
+    });
+    topreload();
+  </SCRIPT>
+<& /elements/footer-popup.html &>
+<%init>
+
+my $message = shift;
+
+</%init>

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

Summary of changes:
 httemplate/elements/popup-topreload.html |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 httemplate/elements/popup-topreload.html




More information about the freeside-commits mailing list