From: Ivan Kohler Date: Thu, 17 Nov 2016 01:10:07 +0000 (-0800) Subject: oops, necessary for recent UI work X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4090933e1de8cae6ed89794a5bbacf3b3ed434d5 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; + +