26$line_color =
$object->getSubtotalColors($line->qty);
28print
'<!-- line for order line '.$line->id.
' -->'.
"\n";
29print
'<tr style="background:#' . $line_color .
'" id="row-'.$line->id.
'">'.
"\n";
33if (!empty($selectedLines) && !in_array($this->tpl[
'id'], $selectedLines)) {
36print
"<td colspan='5'>";
37print
'<input id="cb'.$line->rowid.
'" class="flat checkforselect" type="checkbox" name="subtotal_toselect[]" value="'.$line->rowid.
'" ' . ($selected ?
' checked="checked"' :
'') .
' >';
38print $line->desc .
"</td>\n";
if(! $sortfield) if(! $sortorder) $object