Adjust the width of the language section of the install.

This commit is contained in:
markjcrane
2016-03-26 12:35:40 -06:00
parent ba095f3852
commit 3e5c9f3be4
2 changed files with 27 additions and 35 deletions

View File

@@ -200,8 +200,8 @@
//view code
if($install_step == 'select_language'){
echo " <form method='post' name='frm' action=''>\n";
include "resources/page_parts/install_select_language.php";
echo "<form method='post' name='frm' action=''>\n";
echo " <input type='hidden' name='install_language' value='".$_SESSION['domain']['language']['code']."'/>\n";
echo " <input type='hidden' name='return_install_step' value='select_language'/>\n";
echo " <input type='hidden' name='install_step' value='detect_config'/>\n";