From: Ivan Kohler Date: Thu, 17 Nov 2016 01:11:25 +0000 (-0800) Subject: oops, necessary for recent UI work X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=dfb455957729b0a09e085853d3657b4b1d486cef;p=freeside.git 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 000000000..00d5cdf50 --- /dev/null +++ b/httemplate/elements/popup-topreload.html @@ -0,0 +1,21 @@ +<%doc> + +Example: + + <& /elements/popup-topreload, mt('Action completed') &> + + +<& /elements/header-popup.html, encode_entities($message) &> + + +<& /elements/footer-popup.html &> +<%init> + +my $message = shift; + +