X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/0d601dd942a8b709adf5812045afcdc5873706c8..5d665388224866c9a2f470c020b01cb70ca4a782:/install.php diff --git a/install.php b/install.php index 838d749..c55686c 100755 --- a/install.php +++ b/install.php @@ -247,7 +247,11 @@ case 2: </tr> <tr class = "nav"> <td></td> - <td class = "nav next"><input type = "submit" name = "next" value = + <td class = "nav next"> + <input type = "submit" + class = "navleft" name = "previous" value = "<?php + echo _('Previous step'); ?>" /> + <input type = "submit" name = "next" value = "<?php echo _('Next step'); ?>" /></td> </tr> </table> </fieldset> </form> </div> <?php break; @@ -299,11 +303,12 @@ case 3: else echo $cfg['var_root']; ?>" size = "40" /></td> - </tr> <tr> <td colspan = "2"> <input type = "submit" - class = "navright" name = "next" value = " - <?php echo _('Next step'); ?>" /><input type = "submit" + </tr> <tr> <td colspan = "2"><input type = "submit" class = "navleft" name = "previous" value = "<?php - echo _('Previous step'); ?>" /></td> </tr> </table> </fieldset> + echo _('Previous step'); ?>" /> + <input type = "submit" class = "navright" name = "next" value = " + <?php echo _('Next step'); ?>" /> + </td> </tr> </table> </fieldset> </form> </div> <?php break;