From a93ae1b61766bcfedc2a01b964d08dd28e5c84da 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'httemplate/elements/header-cust_main.html') diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index d0dc1db57..b743f5acf 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -10,11 +10,12 @@ Examples: <& /elements/header.html, { - 'title' => $title, - 'title_noescape' => $title_noescape, - 'head' => $head, - #'nobr' => 1, - 'etc' => $opt{'etc'}, + 'title' => $title, + 'title_noescape' => $title_noescape, + 'head' => $head, + 'etc' => $opt{'etc'}, + 'include_selectize' => $opt{include_selectize} ? 1 : 0, + #'nobr' => 1, } &> -- cgit v1.2.1