diff --git a/admin-dev/themes/template/products/prices.tpl b/admin-dev/themes/template/products/prices.tpl index 445f08e36..54e1352dd 100644 --- a/admin-dev/themes/template/products/prices.tpl +++ b/admin-dev/themes/template/products/prices.tpl @@ -101,22 +101,6 @@ var Customer = { }; jQuery(document).ready(Customer.init); - {/literal} {* END CUSTOMER AUTO-COMPLETE / TO REFACTO *} diff --git a/admin-dev/themes/template/referrers/view.tpl b/admin-dev/themes/template/referrers/view.tpl index dc945f645..56616cda2 100644 --- a/admin-dev/themes/template/referrers/view.tpl +++ b/admin-dev/themes/template/referrers/view.tpl @@ -43,9 +43,6 @@ } }); - {if $enable_calendar} {$calendar_form} diff --git a/css/admin.css b/css/admin.css index 546528455..ae8d0a466 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2123,3 +2123,7 @@ div#scrollTop a:hover{ #conditions #condition_list h4 { margin:0 0 10px 0;} #conditions #condition_list select { float:left; margin-right:10px; width: 200px;} #conditions #condition_list a { float:left;} + +#content #customers .warn {margin:10px 0 0 0;} +#customers li {background-color:#ABDFF7;border:1px solid #ccc;float:left;margin:5px;padding:5px;} +#customers li .button {display:block;margin-top:5px;}