show grid

This commit is contained in:
Marc Delisle
2002-05-14 16:58:40 +00:00
parent ce2d6e3cee
commit dd1d1a9a27
47 changed files with 50 additions and 4 deletions

View File

@@ -452,6 +452,8 @@ if ( PMA_PHP_INT_VERSION >= 40000
echo ' ' . $strDisplayPDF . '&nbsp;:<br />' . "\n";
echo ' ' . $strPageNumber . '&nbsp;' . "\n";
echo ' ' . '<input type="text" name="pdf_page_number" size="3" class="textfield" />' . "\n";
echo ' ' . $strShowGrid . '&nbsp;' . "\n";
echo ' ' . '<input type="checkbox" name="show_grid" />' . "\n";
echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\n";
?>
</form>