default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / elements / tr-justtitle.html
1 <TR>
2   <TH CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left" <%$id%>>
3     <FONT SIZE="+1"><% $opt{value} %></FONT>
4   </TH>
5 </TR>
6
7 <%init>
8
9 my %opt = @_;
10 my $id = 'ID="'.$opt{id}.'"' if $opt{id};
11
12 </%init>