better intallation message

This commit is contained in:
Tom Canac 2015-06-29 23:48:14 +02:00
parent fca4b64910
commit 53f495c370
2 changed files with 5 additions and 3 deletions

View File

@ -434,7 +434,10 @@ for ($y = 0; $y < $offset_start - sizeof($dirs); $y++) {
if (count($dirs) + count($files) == 0) {
$thumbnails .= "<div class=\"Empty\">$label_noimages</div> <div class=\"EmptyAdvice\">$label_noimages_advice</div>"; //Display 'no images' text
if ($currentdir == "photos") {
$messages = "It looks like you have just installed MiniGal Nano. Please run the <a href='system_check.php'>system check tool</a>";
$messages =
"It looks like you have just installed MiniGal Nano.
Please run the <a href='system_check.php'>system check tool</a>. <br>
And why not have a look to config.php and customize some values ?";
}
}
$offset_current = $offset_start;

View File

@ -49,12 +49,11 @@
.Message {
padding: 1rem;
background-color: #f1c40f;
background-color: #2ecc71;
border-radius: 2px;
}
.closeMessage {
float: right;
padding: 2px;
}
header aside{