Conditional Ajax on table Search
This commit is contained in:
@@ -98,7 +98,7 @@ if (!isset($param) || $param[0] == '') {
|
||||
// foreign keys from innodb)
|
||||
$foreigners = PMA_getForeigners($db, $table);
|
||||
?>
|
||||
<form method="post" action="tbl_select.php" name="insertForm" id="tbl_search_form">
|
||||
<form method="post" action="tbl_select.php" name="insertForm" id="tbl_search_form" <?php echo ($GLOBALS['cfg']['AjaxEnable'] ? ' class="ajax"' : ''); ?>>
|
||||
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
|
||||
<input type="hidden" name="back" value="tbl_select.php" />
|
||||
|
Reference in New Issue
Block a user