[-] FO: fixed IE8 Adding Address Problem + improve line-height input on IE - #PSCFV-6401
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address->id_state)}{$address->id_state|intval}{else}false{/if}{/if};
|
||||
countries = new Array();
|
||||
countriesNeedIDNumber = new Array();
|
||||
countriesNeedZipCode = new Array();
|
||||
var idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address->id_state)}{$address->id_state|intval}{else}false{/if}{/if};
|
||||
var countries = new Array();
|
||||
var countriesNeedIDNumber = new Array();
|
||||
var countriesNeedZipCode = new Array();
|
||||
{foreach from=$countries item='country'}
|
||||
{if isset($country.states) && $country.contains_states}
|
||||
countries[{$country.id_country|intval}] = new Array();
|
||||
|
||||
@@ -1451,7 +1451,8 @@ form#add_adress {}
|
||||
width:360px;/* 370 */
|
||||
border:1px solid #ccc;
|
||||
font-size: 12px;
|
||||
color:#666
|
||||
color:#666;
|
||||
line-height:22px
|
||||
}
|
||||
#add_adress p.checkbox input {
|
||||
margin-left:260px;
|
||||
|
||||
Reference in New Issue
Block a user