Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-07-15 14:54:36 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:10:23 +0400
commitecc4ba64266eaed1717a23f81066ae1c1575143a (patch)
treeae62e78251dcd6849e0657ec3aea4d82c9cfbfc6 /tbl_indexes.php
parent8d97153ea2a7886e9f86e9496d490a29a0135ee9 (diff)
Added ajax behaviour to indexes in the navigation tree
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 58446bcc82..12f4b9c0e9 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -319,7 +319,7 @@ for ($i = 0; $i < $add_fields; $i++) {
</fieldset>
<fieldset class="tblFooters">
<?php
-if ($GLOBALS['is_ajax_request'] != true) {
+if ($GLOBALS['is_ajax_request'] != true || ! empty($_REQUEST['ajax_page_request'])) {
?>
<input type="submit" name="do_save_data" value="<?php echo __('Save'); ?>" />
<span id="addMoreColumns">