equal
deleted
inserted
replaced
143 if ( !$req_bcmath && !$req_bigint && !$req_gmp ) |
143 if ( !$req_bcmath && !$req_bigint && !$req_gmp ) |
144 $warnings[] = $lang->get('sysreqs_req_help_bcmath'); |
144 $warnings[] = $lang->get('sysreqs_req_help_bcmath'); |
145 |
145 |
146 ?> |
146 ?> |
147 |
147 |
148 <form action="install.php?stage=database" method="post"> |
148 <div style="float: right; padding-top: 10px;"> |
149 <?php |
149 <form action="install.php?stage=sysreqs" method="post"> |
150 echo '<input type="hidden" name="language" value="' . $lang_id . '" />'; |
150 <?php |
151 ?> |
151 echo '<input type="hidden" name="language" value="' . $lang_id . '" />'; |
152 |
152 ?> |
|
153 <button style="display: block; padding-bottom: 3px;"> |
|
154 <img alt=" " src="images/recheck.png" style="position: relative; top: 3px; left: -2px;" /> |
|
155 <?php echo $lang->get('sysreqs_btn_refresh'); ?> |
|
156 </button> |
|
157 </form> |
|
158 </div> |
153 |
159 |
154 <h3><?php echo $lang->get('sysreqs_heading'); ?></h3> |
160 <h3><?php echo $lang->get('sysreqs_heading'); ?></h3> |
155 <p><?php echo $lang->get('sysreqs_blurb'); ?></p> |
161 <p><?php echo $lang->get('sysreqs_blurb'); ?></p> |
156 |
162 |
|
163 <span class="menuclear"></span> |
|
164 |
157 <?php |
165 <?php |
158 if ( !empty($warnings) ): |
166 if ( !empty($warnings) ): |
159 ?> |
167 ?> |
160 <div class="sysreqs_warning"> |
168 <div class="sysreqs_warning"> |
161 <h3><?php echo $lang->get('sysreqs_summary_warn_title'); ?></h3> |
169 <h3><?php echo $lang->get('sysreqs_summary_warn_title'); ?></h3> |
193 <h3><?php echo $lang->get('sysreqs_summary_fail_title'); ?></h3> |
201 <h3><?php echo $lang->get('sysreqs_summary_fail_title'); ?></h3> |
194 <p><?php echo $lang->get('sysreqs_summary_fail_body'); ?></p> |
202 <p><?php echo $lang->get('sysreqs_summary_fail_body'); ?></p> |
195 </div> |
203 </div> |
196 <?php |
204 <?php |
197 endif; |
205 endif; |
|
206 ?> |
|
207 |
|
208 <form action="install.php?stage=database" method="post"> |
|
209 <?php |
|
210 echo '<input type="hidden" name="language" value="' . $lang_id . '" />'; |
198 ?> |
211 ?> |
199 |
212 |
200 <table border="0" cellspacing="0" cellpadding="0" class="sysreqs"> |
213 <table border="0" cellspacing="0" cellpadding="0" class="sysreqs"> |
201 |
214 |
202 <tr> |
215 <tr> |