Esempio n. 1
0
								<div class="row">
									<div class="col-sm-6">
										<?php 
$address_type = $this->delivery_address->address_id == $this->invoice_address->address_id ? '&address_type=2' : '';
?>
										<a class="btn btn-default pull-right" href="<?php 
echo JRoute::_('index.php?option=com_jeproshop&view=address&task=add&address_id=' . (int) $this->invoice_address->address_id . $address_type . '&realedit=1&order_id=' . (int) $this->order->order_id . '&' . JSession::getFormToken() . '=1&return=');
?>
" >
											<i class="icon-pencil"></i> <?php 
echo ucfirst(JText::_('COM_JEPROSHOP_EDIT_LABEL'));
?>
											
										</a>
										<?php 
echo JeproshopTools::displayAddressDetail($this->invoice_address, '<br />');
if ($this->invoice_address->other) {
    echo '<hr />' . $this->invoice_address->other . '<br />';
}
?>
									</div>
									<div class="col-sm-6 hidden-print">
										<div id="map-invoice-canvas" style="height: 190px"></div>
									</div>
								</div>
							</div>
            			</div>
            			<?php 
echo JHtml::_('bootstrap.endTab');
echo JHtml::_('bootstrap.endTabSet');
?>