From f4e0e6b1a052db8b44c714c37756cf0c9002fc38 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 27 Dec 2011 10:41:21 +0000 Subject: [PATCH] // fix delete in templates --- admin-dev/themes/template/products/prices.tpl | 16 ---------------- admin-dev/themes/template/referrers/view.tpl | 3 --- css/admin.css | 4 ++++ 3 files changed, 4 insertions(+), 19 deletions(-) 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;}