From dfb455957729b0a09e085853d3657b4b1d486cef Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Nov 2016 17:11:25 -0800 Subject: [PATCH] oops, necessary for recent UI work --- httemplate/elements/popup-topreload.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 httemplate/elements/popup-topreload.html 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; + + -- 2.11.0