From 5bf0ab2d129310be344a9654c14796c7424138a8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 17 Mar 2021 22:16:16 -0700 Subject: contractually guaranteed speed no longer required as of 2020, RT#85671 --- httemplate/elements/tr-note.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 httemplate/elements/tr-note.html (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-note.html b/httemplate/elements/tr-note.html new file mode 100644 index 000000000..8493e5a83 --- /dev/null +++ b/httemplate/elements/tr-note.html @@ -0,0 +1,12 @@ + + ALIGN="left" <%$id%>> + <% $opt{value} %> + + + +<%init> + +my %opt = @_; +my $id = 'ID="'.$opt{id}.'"' if $opt{id}; + + -- cgit v1.2.1