Add missing form element [#4 state:resolved]
This commit is contained in:
parent
1f5f673025
commit
6e6c5aabc3
@ -2,12 +2,11 @@
|
|||||||
Writing new configuration settings...
|
Writing new configuration settings...
|
||||||
|
|
||||||
<?php if($files === true) { ?>
|
<?php if($files === true) { ?>
|
||||||
done!<br><br>
|
Done!<br><br>
|
||||||
|
|
||||||
|
|
||||||
<?php if (is_array($modules)) { ?>
|
<?php if (is_array($modules)) { ?>
|
||||||
<b>Please select any optional modules you wish to install</b></p>
|
<b>Please select any optional modules you wish to install</b></p>
|
||||||
|
<form>
|
||||||
<table width="100%" cellspacing="3" cellpadding="4" bordercolor="#FFFFFF">
|
<table width="100%" cellspacing="3" cellpadding="4" bordercolor="#FFFFFF">
|
||||||
<?php for($i=0; $i<count($modules); $i++) { ?>
|
<?php for($i=0; $i<count($modules); $i++) { ?>
|
||||||
<tr valign="top" bgcolor="#F3F3F3">
|
<tr valign="top" bgcolor="#F3F3F3">
|
||||||
|
Reference in New Issue
Block a user