//no die if memory_limit is not detected or lower than 16M but display a big warn

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15340 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-05-16 13:40:36 +00:00
parent ca945da2e8
commit 714f8b8239
2 changed files with 15 additions and 0 deletions
+11
View File
@@ -260,6 +260,17 @@ div.field {
border:1px solid #ccc;
}
.warnBlock {
padding:14px 25px 14px 35px;
margin-bottom: 10px;
font-weight:normal;
font-size:13px;
line-height:18px;
background:#FEEFB3;
border:1px solid #9E6014;
color:#9E6014
}
.okBlock h1,
.okBlock h2,
.okBlock h3,