$return .= '<ahref="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=edit_item&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"title="Edit the current item"><imgalt="Edit the current item"src="../img/edit.gif"title="Edit the current item"/> Edit</a>';
$return .= '<ahref="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=move_item&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"title="Move the current item"><imgalt="Move the current item"src="../img/move.gif"title="Move the current item"/> Move</a>';
$return .= '<ahref="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=edit_item&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"title="Edit the current item"><imgalt="Edit the current item"src="../img/edit.gif"title="Edit the current item"/>'.get_lang("Edit").'</a>';
$return .= '<ahref="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=move_item&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"title="Move the current item"><imgalt="Move the current item"src="../img/move.gif"title="Move the current item"/>'.get_lang("Move").'</a>';
$return .= '<ahref="' . $_SERVER['PHP_SELF'] . '?cidReq=' . $_GET['cidReq'] . '&action=edit_item_prereq&view=build&id=' . $item_id . '&lp_id=' . $this->lp_id . '"title="Edit the prerequisites of the current item"><imgalt="Edit the prerequisites of the current item"src="../img/edit.gif"title="Edit the prerequisites of the current item"/> Prerequisites</a>';