+2009-06-29 Steffen Kamper <info@sk-typo3.de>
+
+ * Followup to #9991: one checkbox in version module was accidental deleted
+
2009-06-29 Ernesto Baschny <ernst@cron-it.de>
* Fixed Bug #5381: CSC: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements (Thanks to Susanne Moog)
}
$actionLinks.= '<input type="submit" name="_" value="' . $GLOBALS['LANG']->getLL('refresh') . '" />';
- $actionLinks.= '<input type="submit" name="_previewLink" value="' . $GLOBALS['LANG']->getLL('previewLink') . '" />';
- $actionLinks.= $this->displayWorkspaceOverview_allStageCmd();
+ $actionLinks.= '<input type="submit" name="_previewLink" value="' . $GLOBALS['LANG']->getLL('previewLink') . '" />
+ <input·type="checkbox" name="_previewLink_wholeWorkspace" value="1" />' . $GLOBALS['LANG']->getLL('allowPreviewOfWholeWorkspace');
+ $actionLinks.= $this->displayWorkspaceOverview_allStageCmd();
if ($actionLinks || count($errors)) {
$this->content .= $this->doc->section('', $actionLinks . (count($errors) ? '<h3>' . $GLOABLS['LANG']->getLL('errors') . '</h3><br />' . implode('<br />', $errors) . '<hr />' : ''), 0, 1);
<label index="defaultDraft">[Default Draft]</label>
<label index="errors">Errors:</label>
<label index="refresh">Refresh</label>
+ <label index="allowPreviewOfWholeWorkspace">Allow preview of whole workspace</label>
</languageKey>
</data>
</T3locallang>
\ No newline at end of file