From 28051580bf12b079a4631647a5c0defc7f55c9dc Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Tue, 27 Nov 2018 15:39:01 -0500 Subject: RT# 32243 Package Bulk Edit UI Update --- httemplate/elements/header-cust_main.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index c094f950f..f29f32567 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -10,12 +10,12 @@ Examples: <& /elements/header.html, { - 'title' => $title, - 'title_noescape' => $title_noescape, - #'nobr' => 1, - 'etc' => $opt{'etc'}, - } -&> + 'title' => $title, + 'title_noescape' => $title_noescape, + #'nobr' => 1, + 'etc' => $opt{'etc'}, + include_selectize => $opt{include_selectize} ? 1 : 0, +} &> % my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) { -- cgit v1.2.1