Bug #15241 » 1940_alt_doc.patch
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) {
|
- « Previous
- 1
- 2
- Next »