default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / edit / elements / part_export / head.html
1 % if ( $export_info->{no_machine} ) {
2 <INPUT TYPE="hidden" NAME="machine" VALUE="">
3 <INPUT TYPE="hidden" NAME="svc_machine" VALUE="N">
4 % } else {
5 % # clone this from edit/part_export.cgi if this case ever gets used
6 % }
7 <INPUT TYPE="hidden" NAME="exporttype" VALUE="<%$layer |h%>">
8 <% ntable('cccccc', 2) %>
9 <TR>
10   <TD ALIGN="right" ><% emt('Description') %></TD>
11   <TD BGCOLOR="#ffffff" WIDTH="600"><% $notes %></TD>
12 </TR>
13 <%init>
14 my %opt = @_;
15 my $layer = $opt{layer};
16 my $part_export = $opt{part_export};
17 my $export_info = $opt{export_info};
18 my $notes = $opt{notes} || $export_info->{notes};
19 </%init>