bug #1389868, Safari's rendering of Create Table fieldset (thanks to Ryan Schmidt
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2006-01-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/display_create_table.lib.php: bug #1389868,
|
||||
Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
|
||||
|
||||
2006-01-01 Michal Čihař <michal@cihar.com>
|
||||
* libraries/Config.class.php: Do not check permissions on Windows, it
|
||||
seems to be broken anyway.
|
||||
|
@@ -103,6 +103,7 @@ echo sprintf( $strCreateNewTable, PMA_getDbLink() );
|
||||
<?php echo $strNumberOfFields; ?>:
|
||||
<input type="text" name="num_fields" size="2" />
|
||||
</div>
|
||||
<div class="clearfloat"></div>
|
||||
</fieldset>
|
||||
<fieldset class="tblFooters">
|
||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||
|
Reference in New Issue
Block a user