git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Modification of default TOS
[jirafeau_project.git]
/
install.php
diff --git
a/install.php
b/install.php
index 838d749446589f3b3faab1494c094ffe5d73dd15..c55686c110c22e70f4a1ad0bb1eb2187bf810f35 100755
(executable)
--- a/
install.php
+++ b/
install.php
@@
-247,7
+247,11
@@
case 2:
</tr>
<tr class = "nav">
<td></td>
</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;
"<?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>
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
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;
</form> </div> <?php
break;
patrick-canterino.de