$return .= '<ahref="' .api_get_self(). '?cidReq=' . $_GET['cidReq'] . '&action=delete_item&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"onclick="return confirmation(\'' . htmlentities($s_description) . '\');"title="Delete the current item"><imgalt="Delete the current item"align="absbottom"src="../img/delete.gif"title="Delete the current item"/> '.get_lang("Delete").'</a>';
$return .= '<ahref="' .api_get_self(). '?cidReq=' . $_GET['cidReq'] . '&action=delete_item&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"onclick="return confirmation(\'' .addslashes($s_title). '\');"title="Delete the current item"><imgalt="Delete the current item"align="absbottom"src="../img/delete.gif"title="Delete the current item"/> '.get_lang("Delete").'</a>';