Revision 754
- Date:
- 2018/11/26 17:44:52
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/webshop/comps/contenido/webshop/components/order_browse.msn
59 59 % my $document_access = $user->section_accesses($user, $document->section); 60 60 % my $style = $document->contenido_status_style ? ' style="'.$document->contenido_status_style.'"' : ''; 61 61 % my ($a1, $a2) = $href ? ('<a href="./'.$href.'?id='.$document->id.($params_unclassed ? '&'.$params_unclassed : '').'"'.$style.'>','</a>') : ('',''); 62 % 63 <tr valign="top"> 62 % my $tr_style = $document->company_id ? ' style="background:#d6eaf8;"' : ''; 63 <tr valign="top"<% $tr_style %>> 64 64 % unless ( $no_inline ) { 65 65 <td nowrap>\ 66 66 % if ($document_access == 2) {