From dedb1221826d6936efaa1ed94a7bd0bc5a0a61ba Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 13 Mar 2005 13:26:58 +0000 Subject: [PATCH] rfe 1097729, rename tbl_row_delete.php to tbl_row_action.php --- ChangeLog | 3 +++ libraries/display_tbl.lib.php | 2 +- tbl_row_delete.php => tbl_row_action.php | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) rename tbl_row_delete.php => tbl_row_action.php (97%) diff --git a/ChangeLog b/ChangeLog index 1188e3e7b..6cb46e17a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-03-13 Marc Delisle + * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729) + 2005-03-12 Marc Delisle * tbl_properties_structure.php, libraries/sqlparser.lib.php: start merging code for MySQL 4.1.2 TIMESTAMP options support diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index e15ef2613..1ad805f62 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -575,7 +575,7 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ // Start of form for multi-rows delete if ($is_display['del_lnk'] == 'dr' || $is_display['del_lnk'] == 'kp' ) { - echo '
' . "\n"; + echo '' . "\n"; echo PMA_generate_common_hidden_inputs($db, $table, 1); echo '' . "\n"; echo '' . "\n"; diff --git a/tbl_row_delete.php b/tbl_row_action.php similarity index 97% rename from tbl_row_delete.php rename to tbl_row_action.php index f394b8e7d..1682a1639 100644 --- a/tbl_row_delete.php +++ b/tbl_row_action.php @@ -98,8 +98,8 @@ if (!empty($submit_mult)) { case 'row_delete': default: - $action = 'tbl_row_delete.php'; - $err_url = 'tbl_row_delete.php?' . PMA_generate_common_url($db, $table); + $action = 'tbl_row_action.php'; + $err_url = 'tbl_row_action.php?' . PMA_generate_common_url($db, $table); if (!isset($mult_btn)) { $original_sql_query = $sql_query; $original_url_query = $url_query;