]> dev.renevier.net Git - syj.git/blobdiff - application/views/scripts/idx/index.phtml
button to start a route
[syj.git] / application / views / scripts / idx / index.phtml
index 7d0fe87fddc5c1064194ce970b664b819432c947..001734bdf49dd5f2acfea8a4bd18b315815b442e 100644 (file)
@@ -21,7 +21,9 @@
     </div>
 
     <div id="data_controls">
-    <input id="edit-btn" name="edit-btn" type="button" value="<?php echo $this->translate('edit')?>">
+    <input id="edit-btn" name="edit-btn" type="button" value="<?php
+        echo isset($this->path) ? $this->translate('edit'): $this->translate('start');
+    ?>">
 
     <?php
         print $this->geomform;