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

This commit is contained in:
vAugagneur
2012-05-16 13:40:36 +00:00
parent f26ae77c7a
commit 3dce026331
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,