Project

General

Profile

Actions

Bug #16661

closed

Search box doesn't fill input value after search

Added by John Angel over 17 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-10-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Fix:

alt_shortcut.php:395

FROM:

$editIdCode = '<td nowrap="nowrap">'.$LANG->getLL('shortcut_editID',1).': <input type="text" value="'.($this->editError?htmlspecialchars($this->editPage):'').'" name="editPage"'.$this->doc->formWidth(15).' onchange="submitEditPage(this.value);" />'.

TO:

$editIdCode = '<td nowrap="nowrap">'.$LANG->getLL('shortcut_editID',1).': <input type="text" value="'.($this->editError?'':htmlspecialchars($this->editPage)).'" name="editPage"'.$this->doc->formWidth(15).' onchange="submitEditPage(this.value);" />'.

(issue imported from #M4424)

Actions

Also available in: Atom PDF