Skip to content

Instantly share code, notes, and snippets.

View tzyganu's full-sized avatar

Marius Strajeru tzyganu

View GitHub Profile
@tzyganu
tzyganu / gist:a8ad0b814e4ae3e7fcfc
Created February 23, 2015 11:48
Address template
<!-- Addresses list -->
<table cellspacing="0" class="form-edit">
<tr>
<td class="address-list">
<div class="entry-edit-head">
<h4 class="icon-head head-customer-address-list"><?php echo Mage::helper('customer')->__('Customer Addresses') ?></h4>
</div>
<div class="sub-btn-set"><?php echo $this->getAddNewButtonHtml() ?></div>
<ul id="address_list">
<?php $_iterator = 0; ?>