X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fsearch.html;h=a66176d002c3ac15c5870080f89a4bc82d02a7fd;hp=59139327f7e7a214d15f73f6f1dc75817fa69c80;hb=9f73c5d4c0954b3a03bfcb5e010fc288a7071209;hpb=b9ec1f7c51efb5122b7dc88ccadb34e9e99a3b6f diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 59139327f..a66176d00 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -148,11 +148,15 @@ Example: 'align' => 'lrc.', #listrefs of ( scalars or coderefs ) - #currently only HTML, maybe eventually Excel too + # currently only HTML, maybe eventually Excel too 'color' => [], 'size' => [], 'style' => [], # or , etc. 'cell_style' => [], #STYLE= attribute of TR, very HTML-specific... + + # Excel-specific listref of ( hashrefs or coderefs ) + # each hashref: http://search.cpan.org/dist/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm#Format_methods_and_Format_properties + 'xls_format' => => [], ); @@ -227,7 +231,7 @@ if ( $opt{'agent_virt'} ) { #false laziness w/statuspos above my $pos = $opt{'agent_pos'}; - foreach my $att (qw( align style color size )) { + foreach my $att (qw( align color size style cell_style xls_format )) { $opt{$att} ||= [ map '', @{ $opt{'fields'} } ]; }