$delcat = Tools_Http::Get('delcat',true); $moveup = Tools_Http::Get ('upcat',true); $movedown = Tools_Http::Get ('downcat',true); if ($moveup || $movedown) { $direction = $moveup ? 'up' : 'down'; $id = $moveup?$moveup:$movedown; if ($id) { $DB -> setRowOrdering ($id, "goods_categories", "position", $direction); } } $categories = new Content_Categories(); if ($delcat) { $categories -> deleteCategory($delcat); } $items = $categories -> getList(0); ?>
if (!empty($items)) { ?>ID | =$L->Str('Kategorijas nosaukums')?> | =$L->Str('Redzama')?> | =$L->Str('Iespējas')?> | |
---|---|---|---|---|
=$cat['id']?> |
echo ' |
=$cat['title']?> |
/>
|
if ($i |