git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11197 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
sThiebaut
2011-12-14 09:18:25 +00:00
parent 668f117382
commit d1b2ed88ad
4 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -248,6 +248,7 @@ $(function(){ldelim}
<label for="other">{l s='Additional information'}</label>
<textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'htmlall':'UTF-8'}{/if}{/if}</textarea>
</p>
<p class="inline-infos required">{l s='You must register at least one phone number'} <sup class="required">*</sup></p>
<p class="text">
<label for="phone">{l s='Home phone'}</label>
<input type="text" id="phone" name="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{else}{if isset($address->phone)}{$address->phone|escape:'htmlall':'UTF-8'}{/if}{/if}" />
@@ -256,7 +257,6 @@ $(function(){ldelim}
<label for="phone_mobile">{l s='Mobile phone'}</label>
<input type="text" id="phone_mobile" name="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{else}{if isset($address->phone_mobile)}{$address->phone_mobile|escape:'htmlall':'UTF-8'}{/if}{/if}" />
</p>
<span class="inline-infos required">{l s='You must register at least one phone number'} <sup class="required">*</sup></span>
<p class="required text" id="adress_alias">
<label for="alias">{l s='Assign an address title for future reference'} <sup>*</sup></label>
<input type="text" id="alias" name="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else}{if isset($address->alias)}{$address->alias|escape:'htmlall':'UTF-8'}{/if}{if isset($select_address)}{else}{l s='My address'}{/if}{/if}" />
+1 -1
View File
@@ -506,6 +506,7 @@ $(function(){ldelim}
<label for="other">{l s='Additional information'}</label>
<textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea>
</p>
<p class="inline-infos">{l s='You must register at least one phone number'}</p>
<p class="text">
<label for="phone">{l s='Home phone'}</label>
<input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" />
@@ -513,7 +514,6 @@ $(function(){ldelim}
<p class="text">
<label for="phone_mobile">{l s='Mobile phone'} <sup>*</sup></label>
<input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" />
<span class="inline-infos">{l s='You must register at least one phone number'}</span>
</p>
<p class="required text" id="address_alias">
<label for="alias">{l s='Assign an address title for future reference'} <sup>*</sup></label>
+1 -1
View File
@@ -27,7 +27,7 @@
<!-- Breadcrumb -->
{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if}
<div class="breadcrumb">
<a href="{$base_dir}" title="{l s='return to'} {l s='Home'}">{l s='Home'}</a>
<a href="{$base_dir}" title="{l s='return to'} {l s='Home'}"><img src="{$img_dir}/icon/home.gif" height="26" width="26" alt="{l s='Home'}" /></a>
{if isset($path) AND $path}
<span class="navigation-pipe" {if isset($category) && $category->id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}</span>
{if !$path|strpos:'span'}
+24 -2
View File
@@ -338,6 +338,8 @@ ul.footer_links li .icon {
.sortPagiBar #nb_item {border:1px solid #ccc}
/* pagination ********************************************************************************** */
form.pagination {display:none;}
div.pagination {
margin:10px 0;
text-align: center
@@ -515,6 +517,10 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px }
font-size:12px
}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px}
.breadcrumb img {
position:relative;
top:5px
}
/* ************************************************************************************************
@@ -549,10 +555,11 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px }
#footer li {padding:7px 0}
#footer li a {color:#fff}
#footer .myaccount {padding: 15px 10px;}
#footer .myaccount {padding: 15px 10px}
#footer .myaccount h4 {
padding:0 0 10px 0;
background:none;
text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}
@@ -590,7 +597,7 @@ ul.idTabs li {
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
.block_hidden_only_for_screen {display:none;}
.block_hidden_only_for_screen {display:none}
/* ************************************************************************************************
@@ -844,8 +851,14 @@ table#cart_summary .cart_total_price td.cart_voucher {
color:#666
}
#orderopc #login_form_content label {
display:block;
margin:0 0 10px 0
}
#create-account_form #email_create,
#login_form #email,
#login_form #login_email,
#login_form #passwd {
padding:0 5px;
height:20px;
@@ -866,6 +879,15 @@ table#cart_summary .cart_total_price td.cart_voucher {
}
.lost_password a {color:#666}
#orderopc .lost_password {
display:block;
float:none;
margin:5px 0 10px;
width:auto;
font-size:11px;
color:#666
}
#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
float:left;