|
|
|
$v_c) {
if (isset($data[$k])) {
$v_d = $data[$k];
$td_style = '';
} else {
$v_d = '(Unavailable)';
$td_style = 'color: #e00;';
}
$tr_style = $v_d != $v_c ? 'font-weight:bold;' : '';
?>
|
|
|
$app->oHREF('?op=restore', array('version_id', 'version_title')), 'value' => _("Restore this saved version"), 'class' => 'small button alert', 'accesskey' => 'r');
}
$action_links[] = array('href' => $app->ohref('?op=cancel'), 'value' => _("Cancel"), 'class' => 'small button secondary', 'accesskey' => 'c');
HTML::printButtons($action_links);
?>