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