diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-11-27 15:39:01 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-27 15:44:05 -0500 |
commit | 28051580bf12b079a4631647a5c0defc7f55c9dc (patch) | |
tree | 913528ed9861660fe387ff0bf72db10ee7663d73 /httemplate/elements | |
parent | 0339cd666b4c39ef3772f1d28dc3a5f30f422966 (diff) |
RT# 32243 Package Bulk Edit UI Update
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/header-cust_main.html | 12 |
1 files changed, 6 insertions, 6 deletions
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: </%doc> <& /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 ) { |