diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3
index 360a7f24d..9021aaf77 100755
--- a/tbl_properties_structure.php3
+++ b/tbl_properties_structure.php3
@@ -372,20 +372,28 @@ $checkall_url = 'tbl_properties_structure.php3?' . PMA_generate_common_url($db,$
- */ ?>
-
1) {
- ?>
-
- */
+ echo ' ' . "\n";
+ // Drop button if there is at least two fields
+ if ($fields_cnt > 1) {
+ echo ' ' . "\n";
+ }
+} else {
+ echo ' ' . "\n";
+ // Drop button if there is at least two fields
+ if ($fields_cnt > 1) {
+ echo ' ' . $strOr . ' ' . "\n"
+ . ' ' . "\n";
+ }
}
-echo "\n";
+
?>