View Issue Details

IDProjectCategoryView StatusLast Update
0003044OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportertjungcl 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.6.0_beta3 
Summary0003044: unneccessary div container
Descriptionin basketcontents there is a div container only containing input type hidden tags.

it doesnt break anything, it is just not neccessary.

    <div>
        [{ $oViewConf->getHiddenSid() }]
        <input type="hidden" name="cl" value="basket">
        <input type="hidden" name="fnc" value="changebasket">
        <input type="hidden" name="CustomError" value='basket'>
    </div>
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-03-16 16:29

reporter   ~0006029

removed