From d76b0f4e54051ccf7b12a88557f5caf495873350 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 28 Mar 2012 10:03:24 +0000 Subject: [PATCH] [*] BO : #PI-84 - virtual product page has been remade --- admin-dev/themes/default/css/admin.css | 3 ++- controllers/admin/AdminProductsController.php | 2 +- css/admin.css | 5 ----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index c9ab98582..68ee2eb4a 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -135,7 +135,8 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3} .table tr td.last{border-right:1px solid #DEDEDE} .table tr.small td{height:15px} .table tr.last td{border-bottom:none} -td.col-left {vertical-align:top; padding-right:10px;} +.col-left {vertical-align:top; padding-right:10px;} +.col-right {padding-bottom:5px;} #tabPane1 td.col-left { width:200px;} #product-tab-content-wait{display:block;background:url('../img/bg_loaderSpace.png');min-height:420px;position:absolute;width:96.5%;} div#loading{height:128px;width:128px;background:url('../img/ajax-loader.gif');display:block;text-indent:-9999px;margin:100px auto;} diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index fbc2315a0..ecff82031 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -2736,7 +2736,7 @@ class AdminProductsControllerCore extends AdminController if (!file_exists($exists_file) && !empty($product->productDownload->display_filename) - && !empty($product->cache_default_attribute)) + && empty($product->cache_default_attribute)) $msg = sprintf(Tools::displayError('This file "%s" is missing'), $product->productDownload->display_filename); else $msg = ''; diff --git a/css/admin.css b/css/admin.css index 2d306075a..effb52de4 100644 --- a/css/admin.css +++ b/css/admin.css @@ -908,11 +908,6 @@ table tr th .hint { } /* tab: AdminProducts */ -#upload-confirmation { - background-color: yellow; - font-weight:bold; -} - .productFieldComment { color: #7F7F7F; font-size: 0.8em;