Project

General

Profile

Bug #22625 » trunk_class.wslib_gui.php.diff

Administrator Admin, 2010-05-21 18:14

View differences:

class.wslib_gui.php (working copy)
} elseif ($rec_off['t3ver_state']==4) {
$diffCode.= $this->doc->icons(1) . $LANG->getLL('label_moveto_pointer') . '<br/>';
} else {
$diffCode.= ($diffPct<0 ? 'N/A' : ($diffPct ? $diffPct.'% change:' : ''));
$diffCode.= ($diffPct<0 ? $LANG->getLL('label_notapplicable') : ($diffPct ? sprintf($LANG->getLL('label_percentchange'), $diffPct) : ''));
$diffCode.= $diffHTML;
}
(4-4/5)