View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002955 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2011-06-03 18:28 | 2012-12-10 13:33 |
| Reporter | gewend | Assigned To | |||
| Priority | low | Severity | tweak | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.5.0 revision 34568 | ||||
| Fixed in Version | 4.5.1 revision 38045 | ||||
| Summary | 0002955: second name attribute in search input field in _left.tpl | ||||
| Description | There is a second name attribute in line 7 of the file _left.tpl of the basic Theme. <input type="text" name="searchparam" value="[{$oView->getSearchParamForHtml()}]" size="21" id="f.search.param" name="search" class="txt"> The second name attribute (name="search") doesen't work. | ||||
| Additional Information | Corrected code line: <input type="text" name="searchparam" value="[{$oView->getSearchParamForHtml()}]" size="21" id="f.search.param" class="txt"> | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | Basic | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||