X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=08e20c87504ba9b13805ce47775c7af96def2da5;hb=219c811aa5ee634bb17e1fa19a2d75351949b8d4;hp=b459a11cf9dd66a1873f6e27cbabe777bb30d55b;hpb=828eb6d552b55242b95e8fcfd252e5e74a8569f1;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index b459a11cf..08e20c875 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -53,6 +53,11 @@ Example: % } % } +% if ( $include_selectize ) { + + + +% } <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> @@ -221,6 +226,7 @@ my( $title, $title_noescape, $menubar, $etc, $head ) = ( '', '', '', '', '' ); my( $nobr, $nocss, $no_jquery ) = ( 0, 0, 0 ); my $mobile; +my $include_selectize; if ( ref($_[0]) ) { my $opt = shift; @@ -233,6 +239,7 @@ if ( ref($_[0]) ) { $nocss = $opt->{nocss}; $mobile = $opt->{mobile}; $no_jquery = $opt->{no_jquery}; + $include_selectize = $opt->{include_selectize} ? 1 : 0; } else { ($title, $menubar) = ( shift, shift ); $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc.