]> dev.renevier.net Git - syj.git/blobdiff - application/views/scripts/idx/index.phtml
explain how to delete a point in welcome message
[syj.git] / application / views / scripts / idx / index.phtml
index ac7e9dd16c830b143536d32ee313993f95a09ba1..b69bf38d99e14f30fb9c3516e13c276315737e13 100644 (file)
 
 <?php
 $message = "";
-$msgclass = "info";
+$msgclass = "";
 if ($this->errorMsg) {
     $message .= $this->errorMsg;
     $msgclass = "error";
 } else if (!$this->path and !$this->loggedUser) {
-    $message .= $this->translate('Welcome on Syj.');
+    $message .= $this->translate('To create a journey, press <strong>"start a route"</strong> button, then click on the map to add points. To delete a point, hold shift pressed while clicking on it.');
     $message .= "<br>";
-    $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 .= $this->translate('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";
 }
 ?>