The branch, master has been updated via dc35ecf227db206998ce20517b4e51ef05342f39 (commit) via 56a73a463ae9e02891eab15c6c28c1e757cb98b4 (commit) from 9d083bee677b5f2f0979f2633bc2c0f192824569 (commit)
- Log ----------------------------------------------------------------- commit dc35ecf227db206998ce20517b4e51ef05342f39 Author: Marc Delisle marc@infomarc.info Date: Sat Sep 17 06:48:08 2011 -0400
XHTML problems
commit 56a73a463ae9e02891eab15c6c28c1e757cb98b4 Author: Marc Delisle marc@infomarc.info Date: Sat Sep 17 06:38:49 2011 -0400
XHTML problems
-----------------------------------------------------------------------
Summary of changes: tbl_zoom_select.php | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 11754b8..cf8a64f 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -133,7 +133,7 @@ for ($i = 0; $i < 4; $i++) { if ($i == 2) { echo "<tr><td>"; echo __("Additional search criteria"); - echo "</td><tr>"; + echo "</td></tr>"; } ?> <tr class="noclick <?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>"> @@ -229,17 +229,17 @@ for ($i = 0; $i < 4; $i++) { <?php } ?>
- </td> </tr>
- <input type="hidden" name="types[<?php echo $i; ?>]" id="types_<?php echo $i; ?>" + <tr><td><input type="hidden" name="types[<?php echo $i; ?>]" id="types_<?php echo $i; ?>" value="<?php if(isset($tbl_fields_type[$i]))echo $tbl_fields_type[$i]; ?>" /> <input type="hidden" name="collations[<?php echo $i; ?>]" - value="<?php if(isset($tbl_fields_collation[$i]))echo $tbl_fields_collation[$i]; ?>" /> + value="<?php if(isset($tbl_fields_collation[$i]))echo $tbl_fields_collation[$i]; ?>" /></td></tr>
<?php }//end for ?> + </tbody> </table>
<?php @@ -255,7 +255,7 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null') } ?> <table class="data"> - <tr><td><label for="dataLabel"><?php echo __("Data Label"); ?></label>        </td> + <tr><td><label for="dataLabel"><?php echo __("Data Label"); ?></label></td> <td><select name="dataLabel" id='dataLabel' > <option value = ''> <?php echo __('None'); ?> </option> <?php @@ -293,6 +293,7 @@ echo '" /></td></tr>'; <input type="submit" name="zoom_submit" id="inputFormSubmitId" value="<?php echo __('Go'); ?>" /> </fieldset> </form> +</fieldset>
<?php
hooks/post-receive