';
}
?>
|
|
link(__('View', true), array('controller' => 'product_options', 'action' => 'view', $option['id'])); ?>
link(__('Edit', true), array('controller' => 'product_options', 'action' => 'edit', $option['id']));
//if($option['default'] != '1') {
// echo $html->link(__('Set as Default', true), array('controller' => 'product_options', 'action' => 'set_default', $option['id']));
//}
?>
|
endforeach;
endif;
?>