| class name typo in uploadproduct3.tmpl
I found a typo in uploadproduct3.tmpl that leads to the class not being called for a couple table cells in the Help Wanted template. Not a big deal, it just outputs class="" in the source so the "ADMIN OPTIONS FOR BULK UPLOADS" menubar near the bottom isn't the color you get with the other uploadproduct templates.
Its in the if statement starting "if ( $User['adminedit'] == 1 ) {". The first two cells call "menubarl" (lowercase "L") instead of "menubar". The other uploadproductX.tmpl templates are correct.
Fyi: this is from a new install that I downloaded from the member's area two days ago.
|