Project

General

Profile

Bug #15241 » 1940_alt_doc.patch

Administrator Admin, 2007-10-20 00:23

View differences:

typo3/alt_doc.php (working copy)
$docSel='';
if (is_array($this->docHandler)) {
$opt = array();
$opt[] = '<option>[ '.$LANG->getLL('openDocs',1).': ]</option>';
$opt[] = '<option value="">[ '.$LANG->getLL('openDocs',1).': ]</option>';
// Traverse the list of open documents:
foreach($this->docHandler as $md5k => $setupArr) {
(2-2/2)