<?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_id.'">'.$this->subaccount->subaccountName.'</a> > Edit Subaccount');?>
<!--  Subaccount Info panel -->
<?php $this->placeholder('itemDiv')->set('<h2>'.$this->subaccount_name.'</h2><ul id="itemInfo">
				<li>Sub Account ID: <a href="/subaccount/viewsubaccount/subaccount_id/'.$this->subaccount_id.'" title="View Subaccount">'.$this->subaccount_id.'</a></li>');?>

<!-- Edit sub account form -->
<?php echo $this->partial('subaccount/_editsubaccountform.phtml',$this); ?>