Skip to content
Snippets Groups Projects
Commit 9ad6da3d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

keep chosen language on retry in installer FS#1396

darcs-hash:20080504101546-7ad00-eb1c14380c3e2e517ca9485adf3dadddc07e6992.gz
parent 3c86d7c9
No related branches found
No related tags found
No related merge requests found
...@@ -201,9 +201,11 @@ function print_form($d){ ...@@ -201,9 +201,11 @@ function print_form($d){
function print_retry() { function print_retry() {
global $lang; global $lang;
global $LC;
?> ?>
<form action="" method="get"> <form action="" method="get">
<fieldset> <fieldset>
<input type="hidden" name="l" value="<?php echo $LC ?>" />
<input class="button" type="submit" value="<?php echo $lang['i_retry'];?>" /> <input class="button" type="submit" value="<?php echo $lang['i_retry'];?>" />
</fieldset> </fieldset>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment