Project

General

Profile

Bug #22006 » bug13323.diff

Administrator Admin, 2010-02-03 12:27

View differences:

typo3/sysext/version/cm1/index.php (working copy)
}
$actionLinks.= '<input type="submit" name="_" value="' . $GLOBALS['LANG']->getLL('refresh') . '" />';
$actionLinks.= '<input type="submit" name="_previewLink" value="' . $GLOBALS['LANG']->getLL('previewLink') . '" />
<input·type="checkbox" name="_previewLink_wholeWorkspace" value="1" />' . $GLOBALS['LANG']->getLL('allowPreviewOfWholeWorkspace');
$actionLinks.= '<input type="submit" name="_previewLink" value="' . $GLOBALS['LANG']->getLL('previewLink') . '" />';
$actionLinks.= '<input type="checkbox" name="_previewLink_wholeWorkspace" id="_previewLink_wholeWorkspace" value="1" /><label for="_previewLink_wholeWorkspace">' . $GLOBALS['LANG']->getLL('allowPreviewOfWholeWorkspace') . '</label>';
$actionLinks.= $this->displayWorkspaceOverview_allStageCmd();
if ($actionLinks || count($errors)) {
(2-2/3)