<?php $this->placeholder('breadcrumb')->set('<a href="/relationships.php">Relationships</a> > <a href="/cont_mgmt/view_vendor.php?vendor_id='.$this->subaccount->vendor->vendorId.'">'.(trim($this->subaccount->vendor->vendorName) != '' ? $this->subaccount->vendor->vendorName : $this->subaccount->vendor->company).'</a> >
		 <a href="/subaccount/viewsubaccount/subaccount_id/'.$this->subaccount->subaccountId.'">'.$this->subaccount->subaccountName.'</a> > Edit Subaccount Carveout');?>
<!--  Subaccount Info panel -->
<?php $this->placeholder('itemDiv')->set('<h2>'.$this->subaccount->subaccountName.'</h2><ul id="itemInfo">
				<li>Sub Account ID: <a href="/subaccount/viewsubaccount/subaccount_id/'.$this->subaccount->subaccountId.'" title="View Subaccount">'.$this->subaccount->subaccountId.'</a></li>');?>
<!-- Edit Carveout -->
<span class="floatClear"></span>
<div class="panelHeader">
	<h3>Update Restrictions</h3>
</div>
<div class="panelContent">
	<?php echo $this->partial('subaccount/_viewsubaccountcarveout.phtml', array('view' => $this));?>
	<?php echo $this->partial('subaccount/_addsubaccountcarveout.phtml', array('view' => $this));?>
</div>
