X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fpopup-topreload.html;fp=httemplate%2Felements%2Fpopup-topreload.html;h=00d5cdf50f1b4624b5e78eee5c3d3050f1b7fd51;hp=0000000000000000000000000000000000000000;hb=4090933e1de8cae6ed89794a5bbacf3b3ed434d5;hpb=c67eaf049134e6f7ab9fe8d33d043d7d397008f3 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; + +