Hi all. I need to fix a bug in a code, it is not displaying properly (it appears in the upper-left corner and when I try to click on it, the page reloads). I cannot figure it out myself. Please help.
<div class="btn_center" style="padding: 0 0 10px;">
<fieldset>
<div class="edit_entry btn_sm_sp" onclick="$j('#table-list').editGridRow( 'new', {'width':500, 'url': '<?=$this->baseUrl."/admin/product/category-create"?>'} );">
<span><span><span><?php echo $this->translate->_('add_product');?></span></span></span>
</div>
</fieldset>
</div>