// add stylesheet warning delete customers
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12321 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -17,7 +17,7 @@ label {color:#585a69;text-shadow:0 1px 0#fff;}
|
||||
fieldset{background-color:#EBEDF4; border:1px solid #CCCED7; color:#585A69; font-size:1.1em;margin:0;padding:1em}
|
||||
.Bloc {background-color:#EBEDF4; border:1px solid #CCCED7;font-size:1.1em;margin:0;padding:1em}
|
||||
legend{background:#EBEDF4;border:1px solid #CCCED7;font-weight:700;margin:0;padding:.2em .5em;text-align:left}
|
||||
input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #ccc;}
|
||||
input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #ccc; background-color:#fff;}
|
||||
select { border:1px solid #ccc; font-size: 12px;}
|
||||
select[disabled="disabled"], input[disabled="disabled"],textarea[disabled="disabled"] {border: 1px solid #CCCCCC;color: #AAAAAA}
|
||||
.header_module{background:url('../img/header_module.png');padding-left: 0.5em;padding-top: 0.8em;height:20px;color: #812143;border:solid 1px #CCC;}
|
||||
|
||||
@@ -29,16 +29,19 @@
|
||||
{block name=leadin}
|
||||
{if isset($delete_customer) && $delete_customer}
|
||||
<form action="{$REQUEST_URI}" method="post">
|
||||
<fieldset><legend>{l s='How do you want to delete your customer(s)?'}</legend>
|
||||
{l s='You have two ways to delete a customer, please choose what you want to do.'}
|
||||
<p>
|
||||
<div class="warn">
|
||||
<h2>{l s='How do you want to delete your customer(s)?'}</h2>
|
||||
<p>{l s='You have two ways to delete a customer, please choose what you want to do.'}</p>
|
||||
<ul class="listForm">
|
||||
<li>
|
||||
<input type="radio" name="deleteMode" value="real" id="deleteMode_real" />
|
||||
<label for="deleteMode_real" style="float:none">{l s='I want to delete my customer(s) for real, all data will be removed from the database. A customer with the same e-mail address will be able to register again.'}</label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="deleteMode_real" style="float:none;">{l s='I want to delete my customer(s) for real, all data will be removed from the database. A customer with the same e-mail address will be able to register again.'}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="deleteMode" value="deleted" id="deleteMode_deleted" />
|
||||
<label for="deleteMode_deleted" style="float:none">{l s='I don\'t want my customer(s) to register again. The customer(s) will be removed from this list but all data will be kept in the database.'}</label>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
{foreach $POST as $key => $value}
|
||||
{if is_array($value)}
|
||||
{foreach $value as $val}
|
||||
@@ -49,7 +52,7 @@
|
||||
{/if}
|
||||
{/foreach}
|
||||
<br /><input type="submit" class="button" value="{l s=' Delete '}" />
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
<div class="clear"> </div>
|
||||
{/if}
|
||||
|
||||
@@ -511,10 +511,21 @@ select optgroup option {
|
||||
min-height:32px;
|
||||
}
|
||||
|
||||
#content .warn h2 {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
#content .warn ul li, #content .warn p, #content .warn a {
|
||||
color:#9e6014;
|
||||
}
|
||||
|
||||
#content .warn ul li label {
|
||||
font-weight:normal;
|
||||
color:#9e6014;
|
||||
text-shadow:none;
|
||||
}
|
||||
|
||||
#content .error ol {
|
||||
clear: both;
|
||||
margin-top: 5px;
|
||||
@@ -2212,6 +2223,10 @@ margin-bottom:7px;
|
||||
/*container-carts*/
|
||||
#container-carts { background-color:#EBEDF4; border:1px solid #CCCED7; padding:10px;}
|
||||
|
||||
/*cart_rule_form*/
|
||||
#cart_rule_form {}
|
||||
#cart_rule_form h4 { margin-top:0;}
|
||||
|
||||
#ajax_running {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user