[*] BO : #PI-84 - virtual product page has been remade
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14323 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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 = '';
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user