Cleanup of message displaying and navigation reloading.

This commit is contained in:
Michal Čihař
2004-10-21 10:18:12 +00:00
parent 1293dc1a24
commit 3f258cfb45
22 changed files with 161 additions and 128 deletions

View File

@@ -34,7 +34,10 @@ $url_query .= '&goto=tbl_properties_structure.php&back=tbl_properties_st
/**
* Prepares the table structure display
*/
// 1. Get table information/display tabs;
/**
* Gets tables informations
*/
require('./tbl_properties_table_info.php');
/**
@@ -42,9 +45,14 @@ require('./tbl_properties_table_info.php');
*/
if ((!empty($submit_mult) && isset($selected_fld))
|| isset($mult_btn)) {
PMA_showMessage($strSuccess);
$message = $strSuccess;
}
/**
* Displays top menu links
*/
require('./tbl_properties_links.php');
// 2. Gets table keys and retains them
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
$primary = '';