View Issue Details

IDProjectCategoryView StatusLast Update
0002955OXID eShop (all versions)2.3. Extensions (modules, themes)public2012-12-10 13:33
Reportergewend Assigned To 
PrioritylowSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Fixed in Version4.5.1 revision 38045 
Summary0002955: second name attribute in search input field in _left.tpl
DescriptionThere 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 InformationCorrected code line:
<input type="text" name="searchparam" value="[{$oView->getSearchParamForHtml()}]" size="21" id="f.search.param" class="txt">
TagsNo tags attached.
Attached Files
_left.tpl (4,101 bytes)
ThemeBasic
BrowserAll
PHP Versionany
Database Versionany

Activities