// AdminCustomer : "</from>" have nothing to do in the translation function l();

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8882 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-09-29 14:33:59 +00:00
parent 8554df3197
commit b5a03180f5
+2 -2
View File
@@ -338,8 +338,8 @@ class AdminCustomers extends AdminTab
<form method="POST" action="index.php?tab=AdminCustomers&id_customer='.(int)$customer->id.'&token='.Tools::getAdminTokenLite('AdminCustomers').'">
<input type="hidden" name="id_lang" value="'.(int)(sizeof($orders) ? $orders[0]['id_lang'] : Configuration::get('PS_LANG_DEFAULT')).'" />
<p class="center"><input class="button" type="submit" name="submitGuestToCustomer" value="'.$this->l('Transform to customer').'" /></p>
'.$this->l('This feature generates a random password and sends an e-mail to the customer
</form>');
'.$this->l('This feature generates a random password and sends an e-mail to the customer').'
</form>';
}
else
echo '</div><div><b style="color:red;">'.$this->l('A registered customer account exists with the same email address').'</b>';