From 0b8f014e86b3464cca92fd925159e457ae54c2b8 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Sat, 6 Aug 2016 00:10:39 -0500 Subject: RT#71696: OFM Request for additional action on Billing Events --- httemplate/elements/select-rt-queue.html | 2 +- httemplate/elements/tr-select-rt-queue.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 httemplate/elements/tr-select-rt-queue.html (limited to 'httemplate') diff --git a/httemplate/elements/select-rt-queue.html b/httemplate/elements/select-rt-queue.html index 4ae8bc942..289336516 100644 --- a/httemplate/elements/select-rt-queue.html +++ b/httemplate/elements/select-rt-queue.html @@ -1,4 +1,4 @@ -> % while ( @fields ) { % my $value = shift @fields; % my $label = shift @fields; diff --git a/httemplate/elements/tr-select-rt-queue.html b/httemplate/elements/tr-select-rt-queue.html new file mode 100644 index 000000000..ac3689b1c --- /dev/null +++ b/httemplate/elements/tr-select-rt-queue.html @@ -0,0 +1,7 @@ + +<& 'tr-td-label.html', @_ &> + +<& 'select-rt-queue.html', @_ &> + + + -- cgit v1.2.1