From 4f3d9e2ef5ce5305363ae426b87ed2b873b355d8 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 2 Aug 2016 00:07:01 -0500 Subject: RT#27396: Why does it take so long for the New/Edit billing event pages to load? [stable checkpoint, work in progress] --- httemplate/elements/tr-selectlayersx.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 httemplate/elements/tr-selectlayersx.html (limited to 'httemplate/elements/tr-selectlayersx.html') diff --git a/httemplate/elements/tr-selectlayersx.html b/httemplate/elements/tr-selectlayersx.html new file mode 100644 index 000000000..ca7a36079 --- /dev/null +++ b/httemplate/elements/tr-selectlayersx.html @@ -0,0 +1,25 @@ +% unless ( $opt{js_only} ) { + + <% include('tr-td-label.html', @_ ) %> + + > + +% } + + <% include('selectlayersx.html', @_ ) %> + +% unless ( $opt{js_only} ) { + + + + + +% } + +<%init> + +my %opt = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1