]> dev.renevier.net Git - syj.git/blobdiff - application/views/scripts/idx/index.phtml
better mobile support
[syj.git] / application / views / scripts / idx / index.phtml
index ac7e9dd16c830b143536d32ee313993f95a09ba1..455f90b6f1f3010b2bfd056317a3c7edbeaff97e 100644 (file)
@@ -13,7 +13,7 @@
 
 <?php
 $message = "";
-$msgclass = "info";
+$msgclass = "";
 if ($this->errorMsg) {
     $message .= $this->errorMsg;
     $msgclass = "error";
@@ -23,6 +23,7 @@ if ($this->errorMsg) {
     $message .= $this->translate('To create a journey, just press <strong>"start a route"</strong> button, then click on the map to add points to your route. You can zoom and move the map with the controls in the top left corner');
     $message .= "<br>";
     $message .= $this->translate('When you have finished a path, press "create", button.');
+    $msgclass = "info optional";
 }
 ?>