• document_links_list.msn

    187 188  
    16 16 % my $doc = ref $destination ? $docs->{$link->source_id} : $docs->{$link->dest_id};
    17 17 <tr bgcolor="<% $i++ % 2 ? 'white' : '#f0f0f0' %>">
    18 18 % if ( ref $doc ) {
    19 % my $style = $link->status ? '' : ' color:#606060;';
    19 % my $style = $link->contenido_status_style ? $link->contenido_status_style : $link->status ? '' : ' color:#606060;';
    20 20 <td style="width:40px; text-align:center;"><input type="checkbox" name="links" value="link_<% $link->id %>_<% $doc->id %>_<% $link->class %>"></td>
    21 21 <td><a href="document.html?class=<% $doc->class %>&id=<% $doc->id %>" target="_blank" style="<% $style %>"><% $doc->name %></a></td>
    22 22 % } else {