equal
deleted
inserted
replaced
112 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
112 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
113 |
113 |
114 close_install_table(); |
114 close_install_table(); |
115 |
115 |
116 ?> |
116 ?> |
117 <form action="install.php?stage=finish" method="post"> |
117 <form action="install.php?stage=finish" method="post" style="margin-top: 12px;"> |
118 <input type="hidden" name="language" value="<?php echo $lang_id; ?>" /> |
118 <input type="hidden" name="language" value="<?php echo $lang_id; ?>" /> |
119 <div style="text-align: center;"> |
119 <div style="text-align: center;"> |
120 <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" /> |
120 <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" /> |
121 </div> |
121 </div> |
122 </form> |
122 </form> |