Page 1 of 1

button_add in customer form 1.4.8

Posted: Mon Jun 14, 2010 1:47 pm
by LeorLindel
Hi,
I wanted to announce that it missed the call of a variable in the file admin/view/template/sale/customer_form.tpl.
To replace:

Code: Select all

        <span id="address_add" onclick="addAddress();" class="add" style="float: right; margin-right: 14px; font-size: 13px; font-weight: bold;">Add&nbsp;</span></div>
By:

Code: Select all

        <span id="address_add" onclick="addAddress();" class="add" style="float: right; margin-right: 14px; font-size: 13px; font-weight: bold;"><?php echo $button_add; ?></span></div>

Please excuse my bad English

Re: button_add

Posted: Mon Jun 14, 2010 1:56 pm
by Qphoria
Thanks!